Hi all,
I have two CSV files (A and that I've included using CSV readers, and I need to join them using a feature joiner on a specific column. CSV A contains numbers in all rows, whereas CSV B has numerous <Null> cells in the column. When I run the feature joiner it fails. I already tried:
- Changing both attribute types to number
- I included attribute managers before each CSV to include letters with the numbers of each CSV file to force matching as text
Does anyone have any suggestions?
Many thanks.