I am having an issue joining fields. The first field I'm joining looks like this in my data:
True | Left | CourseCode | V_WString | 255 |
I am joining it to this:
False | Right | CourseSection | V_WString | 511 |
The second field I'm joining looks like this in my data:
True | Left | Term1 | V_String | 255 | TextToColumns: Parsed from Course ID |
I am joining it to this:
False | Right | AcademicPeriod | V_String | 19 |
I keep receiving an error stating the following:
Error: Join (67): String fields can only be joined to other string fields.
The types are the same and I have even modified the data sizes to match but still keep getting the join error. I'm quite baffled since I have plenty of other joins in my workflow that work just fine. Any guidance or assistance would be greatly appreciated.
Thank you in advance,
--Kim