I'm extracting some data from a DB that stores values for time periods against a date in a comma separated list (above).
I've used a cloner to create the time period for the date. Any idea how I split the csv list (presumably using an AttributeSplitter) and append the value to the desired timestamp?
Any help appreciated!
Thanks