-
Re: How to split the data from one column into several columns?
This is a much better way of doing it! But RegEx...1 · -
Re: How to split the data from one column into several columns?
Hi Brenda, Using the Python function (doc) in the Prepare recipe and setting it to 'row' mode allows you to do this pretty easily!1 · -
Re: Spanish accent in column names & records
Hi, @mangeshp23 Could you show an example of data loss? I was able to import a csv file with both ñ and á in the column headers and in the records using the visual interface and with a python script …1 ·