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
Please direct all support questsions to slack or the forums. Thank you.
I have measurement data in csv files from a datalogger. File structure is as follows:
First line: data like station number, received strength signal indicator, battery voltage
Second line: column headers
Then many measurement lines with timestamp and measurement data
Last line: Checksum=number, the number is calculated by simply adding up all ASCII values from the beginning from the first line
not including the last line if course.
I wonder if there is a recommendation how the deal with this type of data. I prefer a pure telegraf solution. Using a "file prechecker/preprocessor" with some extra programm would be possible of course. If Checksum is wrong then the file shall be discarded. The files come from an FTP transfer. Some FTP transfer results in not complete files when connection is broken during transfer. Therefore the Checksum is used so that only complete files shall be processed.
Cheers
Chris
The text was updated successfully, but these errors were encountered:
dk9uv
added
the
support
Telegraf questions, may be directed to community site or slack
label
Dec 29, 2024
Hello! I recommend posting this question in our Community Slack or Community Forums, we have a lot of talented community members there who could help answer your question more quickly. You can also learn more about Telegraf by enrolling at InfluxDB University for free!
Heads up, this issue will be automatically closed after 7 days of inactivity. Thank you!
dk9uv
changed the title
Checksum verification at csv import using Directory_Monitioring plugin
Checksum verification at csv import using Directory_Monitoring plugin
Dec 29, 2024
Please direct all support questsions to slack or the forums. Thank you.
I have measurement data in csv files from a datalogger. File structure is as follows:
First line: data like station number, received strength signal indicator, battery voltage
Second line: column headers
Then many measurement lines with timestamp and measurement data
Last line: Checksum=number, the number is calculated by simply adding up all ASCII values from the beginning from the first line
not including the last line if course.
Example csv is:
I wonder if there is a recommendation how the deal with this type of data. I prefer a pure telegraf solution. Using a "file prechecker/preprocessor" with some extra programm would be possible of course. If Checksum is wrong then the file shall be discarded. The files come from an FTP transfer. Some FTP transfer results in not complete files when connection is broken during transfer. Therefore the Checksum is used so that only complete files shall be processed.
Cheers
Chris
The text was updated successfully, but these errors were encountered: