You will get a script to convert CSV to custom JSON


Project details
In this project I will create a Python script that receives a .csv file and returns the .json files where data is organized as you specify me: I can simply convert each column to a field or I can aggregate different columns to produce custom fields.
You only need to tell me how the JSON file will be structured, for example:
• "name" key: put the value of the "username" column
• "age" key: get the birth date from the "birth date" column, calculate the current age, and put it here
and so on...
Possible add-ons:
• Receive a folder of CSV and return a folder of JSON
• Run the script always on the same folder and convert only the new added files (auto-detect)
• Upload the results to own server
You only need to tell me how the JSON file will be structured, for example:
• "name" key: put the value of the "username" column
• "age" key: get the birth date from the "birth date" column, calculate the current age, and put it here
and so on...
Possible add-ons:
• Receive a folder of CSV and return a folder of JSON
• Run the script always on the same folder and convert only the new added files (auto-detect)
• Upload the results to own server
Data Tool
PythonWhat's included
| Service Tiers |
Starter
$35
|
Standard
$50
|
Advanced
$85
|
|---|---|---|---|
| Delivery Time | 7 days | 5 days | 3 days |
Number of Revisions | 3 | 5 | 7 |
Optional add-ons
You can add these on the next page.
Fast Delivery
+$10 - $100
Input a folder of CSV and return a folder of JSON
+$15
Run the script to scan the new files of a folder
(+ 1 Day)
+$25
Upload the output to a server
(+ 2 Days)
+$30About Riccardo
IT Developer
Faloppio, Italy - 11:19 am local time
Good command of Java language
Proficient in web development using HTML, Javascript, PHP and CSS
Experience in developing apps using Android Studio and XCode
Developing projects using Arduino, Fishino and Raspberry
Good at networking design, cabling and routing configuration
Steps for completing your project
After purchasing the project, send requirements so Riccardo can start the project.
Delivery time starts when Riccardo receives requirements from you.
Riccardo works on your project following the steps below.
Revisions may occur after the delivery date.
Receive from the client some CSV and the output schema
To work on the the data to extract from the CSV files I need some demo CSV. In order to produce the output as you need you have to tell me where the extracted information from the CSV will be placed in the JSON file (example in the description)
Work on the script
While I work on the script I start producing some JSON with the data from the demo CSV and you can tell me if it's the correct way