All Questions
3 questions
2
votes
1
answer
104
views
Importing Excel file to a database just once
How should I rewrite an if-return-else condition in the middle of this function?
...
5
votes
1
answer
2k
views
Ruby script to load .xlsx files into a MySQL database
I put together this Ruby script (1.9.3) to load data into MySQL from many .xlsx files that contain data entered by people. These files typically have many illegal characters and it has been difficult ...
2
votes
2
answers
494
views
Updating tables with bulk of data through CSV
My work is pretty simple. I have to migrate a bulk of data into the specified tables, so that the data does show up at the front-end. The data is provided through the Excel sheet and I have to ...