Page 1 of 1

importing a collection from csv

Posted: Sat Jul 11, 2015 2:05 pm
by Ram7585741

Hi,

I have been trying to import a collection from csv file.

All the number type fields in csv is getting imported as string in the collections.

Is there a workaround for this?

Is there a way to change the datatype of the column in a collection after importing data ?

I cant use json format.
reason - I cant risk my data on online csv to json file conversion sites.

thanks

Ram