Jump to content
UBot Underground

Problem With Loading Csv, Ubot Studio Doesn't Respect Column Order


Recommended Posts

Hi all,

 

So I've created a CSV file with ubot studio then I use it on another ubot studio application. This CSV file has 136 rows.

 

This CSV file is structererd in this way:

Column 0:          Column1:        Column2:         Column3:       Column4:

ProductEan          Text               Text or null       Text or null       Text or null 

 

Text or null means that may be multiple text lines or a string that contains:  "Null"

 

Now when I import the CSV with the command: "create table from file", ubot studio fucks up everything, here how it put the csv file inside table:

 

Row1:    ProductEan(Column0)    Text(Column1)

Row2:   Here it inserts all the left out columns of the row1

 

 

 

Can I get some help please? I don't know what is wrong.. the csv file is formatted correctly i might be wrong.. 

 

 

 

 

post-9518-0-84275800-1548321692_thumb.png

post-9518-0-77942600-1548321767_thumb.png

post-9518-0-17676600-1548321872_thumb.png

Link to post
Share on other sites

verify you don't have comma inside a value in one of the cells, also verify that you don't have single or double quote " inside a value in one of the cells - this is what usually break the csv format.

Link to post
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...