...
The fields in the CSV files are separated using the pipe delimiter. Empty or Null fields will be an empty string.
File sending : Clients will receive each of the files they are subscribed for daily, regardless of whether data exist in the file or not.
i.e. If there is no data from the preceding day, the file will only contain the header row. In the event of an issue during file generation, Debitsuccess will hold off sending the entire set of files until the issue is resolved to prevent partial data sending.
From 10th December 2021, \ (backslash) appearing at the end of the description fields (ScheduleDescription, CancelReason and LastReversalReason) in the files have been cleared to avoid potential errors in the file loading process
From 10th December 2021, | (pipe delimiters) appearing in the description field would be converted to a space to avoid ambiguity and potential errors during the files loading process
...