I am trying to read a fixed-width file with sparklyr.
When using spark_read_text() the file is read as a single column file. Is there a way to split it up in columns?
Thank you
I am trying to read a fixed-width file with sparklyr.
When using spark_read_text() the file is read as a single column file. Is there a way to split it up in columns?
Thank you