Separar string en varias columnas

Hola a todos,

Captura

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.

Estoy

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.

salu2

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.