ktoddbrown / SoilDRaH

Soil Data Rescue and Harmonization:
MIT License
8 stars 1 forks source link

Change field delimiter in data directory from semicolon to comma #53

Open brandonnodnarb opened 1 month ago

brandonnodnarb commented 1 month ago

FIA_Annotations.csv is now the same as ISCN3Annoations.csv

Trivial, but using commas means GH can render the table in browser and we don't have to play guess-the-delimeter when dealing with annotation tables.

brandonnodnarb commented 1 month ago

updated selfDocumentAnnotations.csv and templateAnnotations.csv with subsequent edits (see above)

ktoddbrown commented 1 month ago

GH will render the table but R-package will auto load ';' delims. This is actually a tradeoff that deserves discussion so I'm not approving this pull request yet.

brandonnodnarb commented 1 month ago

Ah, gotcha. I don't mind if it renders in GH. I mean, it's nice but not needed by any stretch.

As per your comment

GH will render the table but R-package will auto load ';' delims.

I did wonder about that. It's why I created PR #54. :)