Hi Dear All,
I am trying to run a Sequence node over about 20,000,000 rows of transaction format data. The ID field (Customer ID) is a unique string so I had to specify as "typeless" (also what the Type node decides after it read data). Time field and content field are all right and value appears in Type node. However I receive this error:
Unknown data value in symbolic field
Check the type for this field is correctly instantiated?
If I reduce the amount by sampling to say 100,000 rows it worked, possibly because the max set size is not exceeded so recognized it as set.
I have to increase Max Set Size to a crazy figure, set Customer ID as set and <read+> and seems it is working.
Why CARMA node (reading a typyless Transaction ID) can work without this problem?
Many Thanks,