Hello Abu,
I’m developing a Grid whose main purpose is to proccess data imported as CSV. That proccess is working perfectly but I need to add one more functionality:
The user will provide a CSV with the fields “Name” and “Address”, but the database has a third field “City” that has to be automatically filled with a value chosen by the user via a combobox.
So: Let’s say the user chose the City “C”, and it’s value is correctly stored in a PHP variable. Now, for that session, every row that is added with the import tool should contain ‘C’ in the City column. That column was not passed via CSV.
I hope my question is well explained, thanks in advance!
1 Answers
Your Answer