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
As i could't find any contact data, I thought of just opening this issue here.
Overall I need a function which gets data its according timestamps from two arrays and then flushes everything in them into influxdb. I tried my best with the example batch code, but couldn't adapt it far enough.
Thanks for your help
The text was updated successfully, but these errors were encountered:
@Baumistlustig, you haven't specified any details about arrays.
Basically, if both arrays contain related data and have the same size, you can just iterate over both in a single for loop where you will fill a Point and then immediately write this point.
After the loop just call Flush() to make sure all is written.
As i could't find any contact data, I thought of just opening this issue here.
Overall I need a function which gets data its according timestamps from two arrays and then flushes everything in them into influxdb. I tried my best with the example batch code, but couldn't adapt it far enough.
Thanks for your help
The text was updated successfully, but these errors were encountered: