Reading a .csv file into a python dictionary for data upload, does not work at the moment. It maybe due to the flat structure of csv files.
Request to support upload of a csv file, by just taking the localFilePath as input, where reading and converting the file into a hierarchical structure is handled by the wrapper.
Reading a
.csvfile into a python dictionary for data upload, does not work at the moment. It maybe due to the flat structure of csv files.Request to support upload of a csv file, by just taking the
localFilePathas input, where reading and converting the file into a hierarchical structure is handled by the wrapper.