Urgent - Zenno trimming values of variables

V Munich

Пользователь
Регистрация
20.02.2014
Сообщения
85
Благодарностей
3
Баллы
8
I have a .csv with a bunch of accounts. Zenno loads it into a table.

Before Zenno loads it, this is how it looks like:

"355";"49";"Main";"q";"010102"
"356";"49";"Main";"w";"010102"
"357";"49";"Main";"e";"010102"
"358";"49";"Main";"r";"010102"
"359";"49";"Main";"t";"010102"
"360";"49";"Main";"y";"010102"
"361";"49";"Main";"u";"010102"
"362";"49";"Main";"i";"010102"
"363";"49";"Main";"o";"010102"
"364";"49";"Main";"p";"010102"

After Zenno loads them, this is how it looks like:

"355";"49";"Main";"q";"10102"
"356";"49";"Main";"w";"10102"
"357";"49";"Main";"e";"10102"
"358";"49";"Main";"r";"10102"
"359";"49";"Main";"t";"10102"
"360";"49";"Main";"y";"10102"
"361";"49";"Main";"u";"10102"
"362";"49";"Main";"i";"10102"
"363";"49";"Main";"o";"10102"
"364";"49";"Main";"p";"10102"

The first 0 from the last column was cut out. Those are passwords, I need them intact to be able to login.

Has anyone had this issue?
 

nitin2003

Client
Регистрация
18.09.2012
Сообщения
195
Благодарностей
11
Баллы
18
Just a guess --- try changing the input file to .txt file and use that. It might work.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Yes, use txt instead of csv.
 

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