Has anyone used tap-confluence extractor? I would ...
# troubleshooting
n
Has anyone used tap-confluence extractor? I would like to know if I can set the URI to get the data by id. It gives key error when I add the id to the uri like this:
<https://example.atlassian.net/wiki/rest/api/content/id>
I was also try to extract the body by
<https://example.atlassian.net/wiki/rest/api/content?expand=body.storage>
but I do not get anything in my db. {PS: I am using target-mongodb loader} TIA