Do you know how many columns?
On Sat, Oct 5, 2019 at 6:39 PM Dhaval Modi wrote:
> Hi,
>
> 1st convert "lines" to dataframe. You will get one column with original
> string in one row.
>
> Post this, use string split on this column to convert to Array of String.
>
> After This, you can use explo
Hi,
1st convert "lines" to dataframe. You will get one column with original
string in one row.
Post this, use string split on this column to convert to Array of String.
After This, you can use explode function to have each element of the array
as columns.
On Wed 2 Oct, 2019, 03:18 , wrote: