Closed JensRantil closed 3 years ago
Hi. I don't want to add that because you can easily pre-process your data with a search/replace. For instance:
< data sed 's/;/ /g' | feedgnuplot ....
The spaces in the timefmt don't affect the fields. It mostly works the way you would expect.
If this doesn't handle your use case, please reopen
I have data that looks like this:
It would be useful to do
feedgnuplot --separator ";"
to easily be able to do--timefmt '%Y-%m-%d %H:%m:%s'
. Is there workaround?