pitchmuc / aepp

Adobe Experience Platform API for humans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch data ingestion of a csv file - `uploadSmallFile`

Ashika08 opened this issue · comments

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.