We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flat table datasets (CSV) files, database tables, and sometimes objects with nested objects ofter include elements that could be grouped.
For example CSV file Zaara_D.csv includes following fields: title, text, date, place, placeURL, placeLocation, placeType, reviewScore, avgScore
We could find that prefix 'place' is a subtype identifier. It could be decomposed as place:
And postfix Score identifies value type, whether integer or float.
Most data tables use case change or "_" symbol as dividers. Very rarely is the '-' symbol also used.
Detection of field groups and decomposition of field names could help with:
Add group detection to the final report as field_group property.
field_group
The text was updated successfully, but these errors were encountered:
ivbeg
No branches or pull requests
Flat table datasets (CSV) files, database tables, and sometimes objects with nested objects ofter include elements that could be grouped.
For example CSV file Zaara_D.csv
includes following fields: title, text, date, place, placeURL, placeLocation, placeType, reviewScore, avgScore
We could find that prefix 'place' is a subtype identifier. It could be decomposed as
place:
And postfix Score identifies value type, whether integer or float.
Most data tables use case change or "_" symbol as dividers. Very rarely is the '-' symbol also used.
Detection of field groups and decomposition of field names could help with:
Add group detection to the final report as
field_group
property.The text was updated successfully, but these errors were encountered: