One doubt I have remaining is the handling of duplicate columns.
It seems that if a duplicate column is added at the end of the CSV file, this duplicate column's additional value is ignored. Instead, if the duplicate column is among the other columns, the value on the right most column is loaded in the grid.
I could not find any documentation on duplicated column, can you please summarize what's the expected behavior?
I would check and refuse to upload a CSV file if it contains duplicated columns, but I could not figure out how to do that, since I don't see a way to get the file (or its content) that gets sent when the user clicks the Upload button. Is there such a way?
Thanks.
It seems that if a duplicate column is added at the end of the CSV file, this duplicate column's additional value is ignored. Instead, if the duplicate column is among the other columns, the value on the right most column is loaded in the grid.
I could not find any documentation on duplicated column, can you please summarize what's the expected behavior?
I would check and refuse to upload a CSV file if it contains duplicated columns, but I could not figure out how to do that, since I don't see a way to get the file (or its content) that gets sent when the user clicks the Upload button. Is there such a way?
Thanks.
Comment