Tengo una columna del tipo String la cual quiero sacar cada String que esta separado por un espacio " " en diferentes columnas, sin embargo, cuando lo hago (uso CEll Splitter) obtengo algo parecido a la imagen y yo necesito que mantengan la forma original del tipo string. SI hago uso del NUMBER TO STRING despues del CELL SPLITTER se me pierden los datos.
Hola @Dluna
I didn’t realized on this before…
You can try to change the node configuration and use ‘set array option’, instead of ‘guess size and and column types’
The only challenge would be to provide with a max number of arrays fitting with your data; but besides that, it will keep the original string format type.