Probably really simple but the documentation really is not there to show how to do this or an example
Reading in a CSV file once a day and converting it to JSON.
The first line of the CSV file are headings
I am reading in the first value in the first line and want to store it in a global variable in the xlate so that each time I read in the csv file which only has 5 lines so 5 messages get generated I can re-use that value in other messages getting generated for that file
Any help would be appreciated