muyangye commented on issue #2106: URL: https://github.com/apache/streampipes/issues/2106#issuecomment-1806782086
@bossenti Unfortunately Influx only allows primitive [data types](https://docs.influxdata.com/influxdb/v1/write_protocols/line_protocol_tutorial/#data-types) so I guess the original author who wrote that if statement expected no array input too. To bypass this limitation, we can for example define the following protocol to use strings to represent arrays: "isArray:1,val1,val2,val3,...". That being said, I don't quite agree with this work around since there may be real strings (as opposed to strings as arrays) that contain keywords such as "isArray". I think it is best to let clients transform their data from arrays to other types and let them define their own protocol. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
