How to split a single column values to multiple column values?
- by Shahsra
Hi All,
I have a problem splitting single column values to multiple column values.
For Example:
**Name**
abcd efgh
ijk lmn opq
asd j. asdjja
asb (asdfas) asd
asd
and I need the output something like this:
first_name last_name
abcd efgh
ijk opq
asd asdjja
asb …