I have a VERY strange bug when I insert a very large csv file in a table. My file have 140 000 lines, and If I reduce to 20 000 lines I have no problem.
I explain :
I do a classic “CSV Stream”, with a classic “For Each Loop as item”. At the beginning of my loop, if I return the value of “item”, there is a space character add beetwenn each characters, like that :
If I do a copy/paste of this text in a notepad there is no space.
if I try to return "item.MSISDN" (the first field) I have the error "Unable to locate var: item.MSISDN" (and the same error for all fields)
The file is store in the Xano "Public Files" space. If I dowload it there is no space beetween each character.
if I do it whith the same file reduced to 20 000 line, I have no error, and the return of "item" look like that :
🤯🤯