I have a txt file like this.
“Data de emissão”;“Descrição”
“14/10/2022”;“Mascara Tripla Descartavel 3 camadas TNT”
“14/10/2022”;“Assento Almofada Para Bagageiro De Bicicleta Universal Bike”
“14/10/2022”;“Pincel Duplo Para Aplicação De Sombra E Esfumar”
I try to linkup in SQL panel in libreoffice using HSQLDB with this command, but each line is 1 field. What am I doing wrong.
SET TABLE “dataxl” SOURCE “Sales.txt;ignore_first=true;fs=\semi;vs=\n;all_quoted=true”;