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
First of all, thank you very much for your hard work on this open source project.
I've started to build a tool to read SPSS files and I have a problem with time/duration columns. I use readstat/extract_metadata and extract_metadata extracts time column as simple integer. However, when I use WizardMac, it recognises the time column. (See screenshot)
Hi WizardMac team!
First of all, thank you very much for your hard work on this open source project.
I've started to build a tool to read SPSS files and I have a problem with time/duration columns. I use readstat/extract_metadata and
extract_metadataextracts time column as simple integer. However, when I use WizardMac, it recognises the time column. (See screenshot)Our tool vs WizardMac
extract_metadata output
I tested with both 1.1.4 and 1.1.5.
{ "type": "SPSS", "variables": [ { "type": "DATE", "name": "Date1", "label": "Date format 1" }, { "type": "DATE", "name": "Date2", "label": "Date format 2" }, { "type": "NUMERIC", "name": "Heure", "label": "Date - heure/seconde" }, { "type": "STRING", "name": "Texte", "label": "Blabla" } ] }Source file
date.sav.zip
Time-related PRs
Metadata
Besides time/duration, is there another known data type currently not extracted?
Cheers!