Hi, I am creating a custom connector for influxDb ...
# ask-community-for-troubleshooting
g
Hi, I am creating a custom connector for influxDb and I am wondering if it's possible/make sense to add sources using regular expression like all files in a folder or all tags in a measurements? Thanks for the advice
m
Add sources using regex, can you explain more your use case?
g
Hi Marcos, I would like to enable the possibility to create a connector and allow to sync all the files in a local folder or all the tags in a measurement. How do I handle schema for regex? I suppose I have to create a specific schema and class for it...