I am trying to import multiple csv files into MongoDB using the Mongoimport tool. The fact is that, despite the fact that the name says in several countries, csv files are saved with semi-columns instead of commas, which makes it impossible to use the mongoimport tool properly.
There are some workarounds for this, changing the separator parameter in the region settings, however, for several reasons I do not have access to the machine that generates these CSV files, so I can not do this.
I was wondering if there is a way to import these csv files using mongo tools instead of having to write something in order to replace all half-columns with a file with commas? Since I find a rather strange mongo, not noticing that half countries are used in some countries.
source
share