Jump to content
UBot Underground

Saving table to csv issue - table column is not csv table column


Recommended Posts

Hi guys.

What im trying to do.

 

I have 2 lists 

 

text

text1

text2

text3

 

and 

 

addres

addres1

addres2

addres3

 

i'm doing add list to table as column on both of them and now i have table (ubot table) with 2 columns and 4 rows.

When i attempt to save this table (ubot table) to a csv file the output is 4 rows but 1 column with text,addres string (, delimater).

What i want it to do is to put the ubot table second column as .csv or .xls second (B) column.

 

How can i accomplish that?

 

Exuse my english.

 

Best regards.

Link to post
Share on other sites

Make sure to add the extension .csv, not .txt to the output file, then open it with Excel or Open Office and you will see the columns w/o the comma, just as you wish.

If, however, you open a .csv file with a text editor, you WILL see the comma, it HAS to be there, it is the separator!

 

If you don't want to see the comma at all, you need TAB separated values, but then you won't be able to play with them in UBS properly

Link to post
Share on other sites

When you try to open the csv file, isn't there an import file screen?
There is something like that, usually called Text import, or some such...

 

If so, tick the 'Use comma as a delimiter' (or some similar verbiage) in options.

Link to post
Share on other sites

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...