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)
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)
