sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.01k stars 204 forks source link

Support for csv response in dataprep connector #787

Open dharunkumar opened 2 years ago

dharunkumar commented 2 years ago

Feature Request: The lack of support for csv response type(text/csv) and dataprep only supports

in the response.ctype field in [table].json

Solution Support for csv response type in dataprep connector

datatalking commented 2 years ago

@dharunkumar so you are wanting to be able to import .csv files into dataprep am I reading that right?

I've just found dataprep today so I am still finding my way around the codebase. Can you provide a stack trace on the error you are getting now so I can follow up on this?