• Ok so I can get the 'CSV Splitter' working but that only does a string. I need to read the data in from a table which could have any number of rows. I used a cursor in mine to read in each row in the table and only used a loop for the actual splitter.

    I also need this to be in a View as it could be updated by any number of people at any time.

    Is there any other help out there as to how I can do this in a View please?