Dev Team
v1. Script
v2. API that takes CSV as input
Table to be automatically created on the basis of headers of CSV and import data, by default all fields will be VARCHAR.
PT Team
- Edit the header of the csv with relevant column names (use snake_case so that querying is easier)
Dev Team
v1. Script
v2. API that takes CSV as input
Table to be automatically created on the basis of headers of CSV and import data, by default all fields will be VARCHAR.
PT Team