Hi,

It seems I have some problems with the text table import.

I tested the text import functionality with the following data (using two spaces between cells):

TEST  TEST  MORETEST  MORETEST  111  111111111111111111112
THISISMORETEST  THISISALSOMORETEST  44444444444444  222222222
ANDTESTSTOCONTINUE  HEREALSOMORETEST  1111111111111111  44444444444444444

... and the output in Sheetnode is this:

TEST        TEST        MORETEST MORETEST    111    111111111111110000000
THISISMORETEST                                                                              222222222
ANDTESTSTOCONTINUE            HEREALSOMORETEST    44444444444444000

i.e. the 6th cell on 1st row is wrong, the 2nd and 3rd cells are not visible on the 2nd row and finally the third cell is not visible on the third row and the last number is wrong also.

Please see attachment for screen capture.

CommentFileSizeAuthor
text_import.jpeg69.09 KBtheme
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

infojunkie’s picture

Thanks for your report. I will test with the data you supplied.

theme’s picture

Hello again,

you can get the same error using this data as well:

AAAAAAAAAAAAAAAAAAAA  BBBBBBBBBBBBBBBBBBB
C  D

It will then show:

AAAAAAAAAAAAAAAAAAAA  BBBBBBBBBBBBBBBBBBB
D
geekashu’s picture

Did you found the solution for this?