sharkduino / Arduino_Animal_Tag

The main code that runs on the Sharkduinos
0 stars 0 forks source link

Include date in parser output filenames #3

Closed WLaney closed 7 years ago

WLaney commented 8 years ago

Lets make the parser easer to use. Don't worry about fancy options or anything, just simple and stream line. Additionally maybe make the output files dated

TheBen27 commented 7 years ago

Awhile back, I made it print the readme upon incorrect invocation awhile ago, so it's streamlined. The output files are not dated, but they probably should be... I'm renaming this issue to reflect what's left to do.

TheBen27 commented 7 years ago

My final format will go something like this:

If the user does not specify the output filenames, the names will follow the format [tag name]-[date]-[data/header].csv

WLaney commented 7 years ago

I think [date]-[tag name]-[data/header].csv would be slightly better. That way computer file systems will but all our data in chronological order. It's really up to you though, and it might be better to have the file system sort the same tags together. Also I know I'm kind of splitting hairs here.

TheBen27 commented 7 years ago

No, that makes more sense. Thanks

On Feb 12, 2017 11:09 PM, "William Laney" notifications@github.com wrote:

I think [date]-[tag name]-[data/header].csv would be slightly better. That way computer file systems will but all our data in chronological order. It's really up to you though, and it might be better to have the file system sort the same tags together. Also I know I'm kind of splitting hairs here.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/WLaney/Arduino_Animal_Tag/issues/3#issuecomment-279290460, or mute the thread https://github.com/notifications/unsubscribe-auth/AI_0JfaqmEj6r70IxADXZesQx10uNW1sks5rb9eOgaJpZM4JRzIS .

TheBen27 commented 7 years ago

Done with commit d925b5