Can we read co-ordinates from csv?

I have to create storage warehouse… so i will have to plot the co-ordinates for the storage boxes… Is it possible to read the data from csv file or are there any work around so as i dont have to plot lot of numbers manually?

I see no problem to do that. You can download the CSV file and then use some readers to get the data:

csv-reader - npm (npmjs.com)

2 Likes

Hello @Manish_Michael just checking in, has your question been answered?

Yes it has

1 Like