Trying to import csv, i get totally random columns

I cant seem to understand why am i getting completely random numbers as if it were the column to import some data. I have the exact same data field in my user data type. any ideas what could be causing the problem?

thanks




Because the first row is the column name, you need to rearrange your csv file structure

how would it need to be if rearrenged

“transpose” to columns

what is transpose? you mean i delete the columns that do not match?

no. your first column has to be your first row and your second column your second row and so on. Google how to do transpose in Sheets or csv.

1 Like

thanks my bro, solved it

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.