When importing a CSV and automatically generating a new table schema, all the table and column names become lowercase. Like "itemId" turns into "itemid". I would like to create them distinguishing between upper and lower case. What should I do?
Problem Occurring During CSV Import
This was the relevant modification: commit:9265598d41aacf71343b0e90247e61eeeff0a6a9
Please login to leave a reply, or register at first.