Changed around line 45: abstractConceptIdsMeasureParser
-
Changed around line 53: abstractCodeMeasureParser
+ // socialMedia
+ abstractSocialMediaParser
+ extends abstractUrlMeasureParser
+ // todo remove the need for the below from parsers
+ string sortKey abstractSocialMediaParser
+ contentKey url
+ float sortIndex 10
+ abstractFollowersParser
+ // todo: clarify that 1 columnParser definition will equate to a max of 1 column in a TrueBase CSV.
+ // Extending an abstract parser with inScope parsers will not create new columns for each of those inScope parsers.
+ // We should either fix this or throw a warning or something if it occurs.
+ extends abstractIntegerMeasureParser
+ description How many followers on this platform does this account have?
+
Changed around line 463: rumbleParser
- // socialMedia
- abstractSocialMediaParser
- extends abstractUrlMeasureParser
- // todo remove the need for the below from parsers
- string sortKey abstractSocialMediaParser
- contentKey url
- float sortIndex 10
- abstractFollowersParser
- // todo: clarify that 1 columnParser definition will equate to a max of 1 column in a TrueBase CSV.
- // Extending an abstract parser with inScope parsers will not create new columns for each of those inScope parsers.
- // We should either fix this or throw a warning or something if it occurs.
- extends abstractIntegerMeasureParser
- description How many followers on this platform does this account have?
-