Yes perhaps you need the components of the fme package behind the AutodeskBIM360DocsConnector in order to expose this attribute
You can also add comments in the FME hub which might reach the right people
https://hub.safe.com/publishers/safe/packages/autodesk-bim360docs#comments
Yes perhaps you need the components of the fme package behind the AutodeskBIM360DocsConnector in order to expose this attribute
You can also add comments in the FME hub which might reach the right people
https://hub.safe.com/publishers/safe/packages/autodesk-bim360docs#comments
Thanks for the idea, I'm going to post my question there as well.
You can use an HTTPCaller with the same web connection as the AutodeskBIM360DocsConnector, connecting directly to the API for retrieving custom attributes, for example:
Sample payload referencing the results from the list of files returned by the AutodeskBIM360DocsConnector:
{
"urns": o"@ReplaceString("@Value(_id)","dm.lineage:","fs.file:vf.")?version=@Value(_version_number)"
]
}
You can use an HTTPCaller with the same web connection as the AutodeskBIM360DocsConnector, connecting directly to the API for retrieving custom attributes, for example:
Sample payload referencing the results from the list of files returned by the AutodeskBIM360DocsConnector:
{
"urns": o"@ReplaceString("@Value(_id)","dm.lineage:","fs.file:vf.")?version=@Value(_version_number)"
]
}
Hey @david_r ,
Thank you so much, it works like a charm! Maybe this will be implemented in future updates of the AutodeskBim360DocsConnector transformer.