Urgent - Zenno trimming values of variables

  • Автор темы Автор темы V Munich
  • Дата начала Дата начала

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?
 
Just a guess --- try changing the input file to .txt file and use that. It might work.
 
Yes, use txt instead of csv.
 

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