(bad end) leaving spaces in the file, help

cesario678

Client
Регистрация
10.03.2022
Сообщения
143
Благодарностей
11
Баллы
18
I have a .csv file that reads people's first and last names. When the project encounters an error, it goes to the (bad end) function where it puts this data back into the .csv file. If the bot encounters an error before reading this table with the names, it goes to the (bad end) function and inserts a blank line into the .csv file, causing the bot to generate many more errors and more blank lines, i.e., blank columns within the file. Is there any function to solve this? If yes, could you help me by telling me which one?
 

cesario678

Client
Регистрация
10.03.2022
Сообщения
143
Благодарностей
11
Баллы
18
Another question, I use a table reading a .csv file and I use the (add line) function to put this data back at the end of the .csv file. Is there any other function more suitable for this? Or something smarter?
121023
 

myndeswx

Client
Регистрация
15.05.2017
Сообщения
424
Благодарностей
99
Баллы
28
uhmm, simply before adding to this table create a cube with this logic -
'{-variable.nomeA' != ''
good exit- add to table, b
bad exit - display error notification and DON't add to table (because variable is empty)
 
  • Спасибо
Реакции: cesario678

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