How to read a value from a CSV and pass it (edited) further down to be the name of my Azure SQL db
Greetings, I have a pipeline that reads a Splunk report, converts to CSV and uploads to Azure SQL. One of the columns of my CSV is called _time. All the values of _time are from the same day: 2020-06-01T13:23:22.321 -04:00 where the first ten charact...