Bugazelle / export-csv-to-influx

The python library to write the CSV data into Influx. Support me via Bitcoin: bc1qqgkmph9cvygzxfpupv4jr4n0nfx3qumwg39j5w
BSD 3-Clause "New" or "Revised" License
35 stars 10 forks source link

don't write _influx.csv file with md5 #25

Closed sonejostudios closed 4 years ago

sonejostudios commented 4 years ago

Hi again @Bugazelle ! ExportCsvToInflux writes a _influx.csv with a md5 column for each processed file. Now I have the following question: is it possible (i.e. with an arg) to NOT generate this _influx.csv file?

My CSVs are 100mb each, so this just would double the used space on the hard drive.

As workaroudn I could just delete them after injecting, but of course, it would be much better not to generate them ;)

Thank you in advance!

Bugazelle commented 4 years ago

Hello @sonejostudios

Now the new version v0.1.23 support your feature. Please add the --force_insert_even_csv_no_update True into your command

Hope it works on your side. 😄

If you encounter any bugs, you are very welcome to contact us to fix it.

Cheers ~~~

sonejostudios commented 4 years ago

Hi @Bugazelle ,

this works like a charm. Thank you so much!! :)

All the best