I have two .csv files that were exported from Survey123. These files were in a feature service as related/repeats so there is an ESRI software created globalid and a parentalglobalid that the join should work on. Let's call these items parent.csv and repeat.csv.
However, now the task is to convert these two .csv files into 1 flat file for another team to use.
I join the "repeat" csv (4 records) with the other csv which has 1 record. When I validate the join there are not any error messages, the table join proceeds and the repeat side of the table has its values, but the parent side is all nulls. (This is a test dataset so 4 repeats to 1 site.)
I checked the join fields to ensure there wasn't a leading space, etc.,
It seems like this should be a simple solution...any suggestions?