You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use xsystem analyzer and label analyzer to label spatial-temporal attributes. I modified profile_schema.yml to enable both analyzers. However, when I ran ddprofiler, the output profiles did not contain new fields such as columnLabel or xstructure. I attached the csv file I used to test. In this dataset, dna_sample_timestamp should be labeled as datetime and location should be labeled as geo-coordinate.
snowgy
changed the title
Xsystem Analyzer and Label Analyzer do not work when enabled
Xsystem Analyzer and Label Analyzer did not work when enabled
Dec 5, 2023
Is there a way to extend Xsystem to recognize more format for each type?
For instance, columns in the format format {'type': 'Point', 'coordinates': [a, b]} are not recognized as locations, whereas (a, b) is. Or, do we need to create regex patterns for that?
In ddprofiler/app/src/test/java/ddprofiler/analysis/modules/LabelAnalyzerTest.java#L4, there is a path to the regex reference file. Adding more regex expressions to that file should work
I was trying to use xsystem analyzer and label analyzer to label spatial-temporal attributes. I modified profile_schema.yml to enable both analyzers. However, when I ran ddprofiler, the output profiles did not contain new fields such as columnLabel or xstructure. I attached the csv file I used to test. In this dataset, dna_sample_timestamp should be labeled as datetime and location should be labeled as geo-coordinate.
2ivx-z93u.csv
The text was updated successfully, but these errors were encountered: