plain-purple
plain-purple•16mo ago

Hi there I want to build kind of a

Hi there, I want to build kind of a business middleware that will help me handle some administrative tasks. Basically I want to aggregate products from all our vendors into one single application. Our vendors upload a csv to a ftp server, every morning at around 4am a new file gets uploaded. Now what should I do? is there a way to serve the csv directly? Without the need to store that into a database? We only read from those csv files. The data will be converted and put into another system via rest on demand (to fill quotes and orders) I hope you understand my question (not a native speaker) 🙂
5 Replies
kapa.ai
kapa.ai•16mo ago
Hi @Batu. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
rival-black
rival-black•16mo ago
Hello @.krm42 if you expose this data from any API, you can build a data provider for refine app and it will do the work. https://refine.dev/docs/tutorial/understanding-dataprovider/create-dataprovider/
kapa.ai
kapa.ai•16mo ago
Sorry @Batu, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist: Perhaps try again in 15mins?
fair-rose
fair-rose•16mo ago
Is there something like the csv tool from retool?
rival-black
rival-black•16mo ago
CSV Import | refine
You can easily import CSV files for any resource by using refine's customizable useImport hook, optionally with component. useImport hook returns the necessary props for component.

Did you find this page helpful?