Hi
You can export it as "Dédalo raw", that will have the full locator:
[{"type":"dd675","section_id":"1","section_tipo":"dd153","from_component_tipo":"numisdata128"}]
the property section_id is the project id.
If you are using a spreadsheet, you can use the formula:
=MID(A1,FIND("section_id" & CHAR(34) & ":" & CHAR(34), A1)+13,FIND(CHAR(34) &"," & CHAR(34)& "section_tipo", A1)-FIND("section_id" & CHAR(34) & ":" & CHAR(34), A1)-13)
When A1 is the cell with the locator.
I hope it helps
Best