per...@yahoo.com.hk
unread,May 6, 2013, 7:40:29 AM5/6/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kona...@googlegroups.com
Hi, tavmem:
I found a bug when I tried the 'Read delimited text file (with column headers))'
("II";,",")0:"tst.csv"
return:
( "1 " "2"
(3 5
4 6)))
It should expect:
( "1" "2"
...)
no space after the '1' in header.
When I try further,
a: `"1abc" `"2def"
a
It get the same bug, so I think the bug is not from your fix but the display function of somewhere. Thanks,
perlawk