I have a file I am reading into a blob via datafactory. Its formatted in excel. Some of the column headers have special characters and spaces which isn't good if want to take it to csv or parquet and then SQL. Is there a way to correct this in the pipeline using dataflows? Example "Activations in last 15 seconds high+Low" "first entry speed (serial T/a)"
@@MSDataFactory In this video, your source file is small_radio_json.json, not moviesDB.csv. Can you provide the link to download small_radio_json.json file? Thanks.
Thanks for providing your repo :)
I have a file I am reading into a blob via datafactory. Its formatted in excel. Some of the column headers have special characters and spaces which isn't good if want to take it to csv or parquet and then SQL. Is there a way to correct this in the pipeline using dataflows? Example "Activations in last 15 seconds high+Low" "first entry speed (serial T/a)"
You can add a data flow source that is the excel file and then modify the column headers using a Select transformation
Very helpful thanks so much :)
Bro In your radio file data while performing the timeestamp column is coming entirely NULL
Can we get the data set, so that we can do hands on?
yes please
The sample data file being used in this demo is moviesDB.csv
github.com/kromerm/adfdataflowdocs/tree/master/sampledata
The sample data file being used in this demo is moviesDB.csv
github.com/kromerm/adfdataflowdocs/tree/master/sampledata
Please share the dataset link, i want to do hands on , thanks
The sample data file being used in this demo is moviesDB.csv
github.com/kromerm/adfdataflowdocs/tree/master/sampledata
@@MSDataFactory In this video, your source file is small_radio_json.json, not moviesDB.csv. Can you provide the link to download small_radio_json.json file? Thanks.
@@harryting3627 Sorry about that! It's now available here: github.com/kromerm/adfdataflowdocs/blob/master/sampledata/small_radio_json.json
@@MSDataFactory Thanks!