Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all!!!
I´m having a small problem using the store function, on the next image the content of a table, then the script that I´m using to export the table to a CSV file and finally the error that I´m getting when I try to open the file with excel to validate the info.
Any help? Any ideas?
Script:
[B]:
LIB CONNECT TO 'Dropbox - alejandro@inflexion.com.co';
LOAD
CodigoB,
NombreB
FROM [lib://Dropbox - alejandro@inflexion.com.co/Pruebas/Libro B.xlsx]
(ooxml, embedded labels, table is Hoja1);
store [B] into [lib://Prueba Destino/Tabla3.csv (txt)]
Excel error:
Hi Holguinmora,
You are able to store and don't store into Dropbox itself? How big in the csv file that you are trying to open?
Jordy
Climber
try removing the txt.
..
store [B] into [lib://Prueba Destino/Tabla3.csv];
Hi Holguinmora,
You are able to store and don't store into Dropbox itself? How big in the csv file that you are trying to open?
Jordy
Climber