Bash script to manipulate json file
Budget: $30 – $250 USD
I'm looking for someone to create a bash script that manipulates json files in the following manner:
* Use the value in "contract_decimals" to move the decimal value in "balance" to the left by that number of digits
* Sum the total of all balances and create new column called "percent" with the percentage of each balance of the sum of the total of all balances
* Output new text file as CSV with following existing fields: contract_name, contract_ticket_symbol, contract_address, address, balance (modified from step one), block_height
Attached is sample json file.
* Use the value in "contract_decimals" to move the decimal value in "balance" to the left by that number of digits
* Sum the total of all balances and create new column called "percent" with the percentage of each balance of the sum of the total of all balances
* Output new text file as CSV with following existing fields: contract_name, contract_ticket_symbol, contract_address, address, balance (modified from step one), block_height
Attached is sample json file.