Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a File Collector and a Stream to read this data into CenterViewPhixFlow
  • Add an attribute to the Stream with Type Date, to attempt to convert the transaction dates to a true date (using the function toDate())
  • Around the date conversion use try(), and if the conversion fails capture the error in a local variable (e.g. $error)
  • Add another attribute to print out this error
  • Run the stream to see the results

...