'000772' had been cut to '772' when i export as CSV in Slices, how to resovle that?
12 views
Skip to first unread message
vito
unread,
Oct 9, 2016, 5:56:54 AM10/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_caravel
on web page is like this:
but when i export as CSV file is like this:
char '00000670' seems to be translate to number.
that column type is varchar(1000) ,i tried translate colume to char in it's Expression like 'cast(active_name AS char)'. the problem still exist.
anybody can help me ? thx.
Message has been deleted
Richard Dean
unread,
Oct 10, 2016, 8:24:59 AM10/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_caravel
Are you certain that the export is causing the truncation, and not the app you're viewing the CSV in? For example, LibreOffice will convert 00072 into 72 unless you explicitly set the type of the column to 'text'
vito
unread,
Oct 27, 2016, 2:55:27 AM10/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_caravel
ya, i got it. the problem is when open CSV by EXCEL, 00072 recognize as a number type.