.csv Table Bug still there

Регистрация
16.05.2014
Сообщения
145
Реакции
25
Баллы
18
.csv tables are not working, take a look at attached file, try to change column separator to "," then close table and open again (if its working for you - reset your project), its bugged and it always was...
 

Вложения

  • texts.zip
    texts.zip
    438 байт · Просмотры: 372
I've passed it to developers. Hope they will fix it.
 
Developers say yuou have incorrect data in your CSV
"2,xx.pl,subdomains,,0,0,0,0,37,26179157,20,0,1,18,18,0,111,111,7,0,12,0,0,0,1"
"3,xx.pl,subdomains,,0,0,0,0,21,99474941,14,0,0,12,12,0,130,130,3,0,0,0,0,0,0"
"4,xx.eu,subdomains,,0,0,0,0,32,47510961,3,0,0,3,3,0,24,23,0,1,2,0,0,0,0"

Where did you get this data?
 
you have extra quotas in your file.

you have
"2,xx.pl,subdomains,,0,0,0,0,37,26179157,20,0,1,18,18,0,111,111,7,0,12,0,0,0,1"
in terms of csv file format it means you have only 1 cell with value 2,xx.pl,subdomains,,0,0,0,0,37,26179157,20,0,1,18,18,0,111,111,7,0,12,0,0,0,1
if you want many cells you should use without quotas
2,xx.pl,subdomains,,0,0,0,0,37,26179157,20,0,1,18,18,0,111,111,7,0,12,0,0,0,1

If you are generating such files with ZennoPoster, please let us know how do you do it.
 
  • Спасибо
Реакции: Marcelo
Tables are still broken, period. Once they work, next time they dont. Changing from csv to txt fixes issue, but then after restarting project maker, issue comes back. I am mad and frustrated as fu****. Still cant fix the tables. They are broken!!!
 
  • Спасибо
Реакции: Radzhab
Tables are still broken, period. Once they work, next time they dont. Changing from csv to txt fixes issue, but then after restarting project maker, issue comes back. I am mad and frustrated as fu****. Still cant fix the tables. They are broken!!!
Have you read our answers above before going mad as f'''ck?
 
Have you read our answers above before going mad as f'''ck?

Yes i did, but that error is not easy to reproduce and this drives me crazy. This is an error in your software, not my fault... in Project Maker it seems, beacuse restarting PM makes the tables work again.
I cant reproduce the error, and its not a problem in my format and csv files...

When using .csv file and own separators, sometimes when PM reads data from table with deleting the line... it breakes the csv file...
Files send your email...
 
Hi again! I had more problems with file formatting outside of Zennoposter. This bug may be caused by line endings (different on linux, different on windows). They may be broken and this may cause issues.
 
http://www.cs.toronto.edu/~krueger/csc209h/tut/line-endings.html

DOS uses carriage return and line feed ("\r\n") as a line ending, which Unix uses just line feed ("\n").

If You have problems with using such files then I assume You have to take care of them yourself.
Your link already states:

You need to be careful about transferring files between Windows machines and Unix machines to make sure the line endings are translated properly.

ZennoPoster is windows environment program so primary it is developed to work on windows machines.
 
  • Спасибо
Реакции: VladZen
If You have problems with using such files then I assume You have to take care of them yourself.
Your link already states:

You need to be careful about transferring files between Windows machines and Unix machines to make sure the line endings are translated properly.

ZennoPoster is windows environment program so primary it is developed to work on windows machines.

(hides pride in the pocket) I want to find the solution for the greater good :)
The problem is not only about Windows... you know that some text editors have the ability to change the line endings. Maybe that's a problem that more people are gonna face and should be included somehwere in the Readme (ex. if you have issues with tables, check how do you handle line endings).

Thank you,
Best Regards

Sorry if anyone feel offended by my mental problems.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)