Hello, Iām trying to figure out why the export plan section in Ataccama ONE desktop keeps showing āNo Records Foundā although I have created a list of export plans. Once I create an export plan, I save and publish it, but it does not show up as part of the export plan section instead it says, āJSON errorā. Does anyone have any idea on how to fix this issue ?
Thank you,
Prithika
Ā
Ā
Best answer by srija piratla
HiĀ @PrithikaĀ ,
Ā
To export a Catalog item we need to write the Json call as below :
{ Ā "versionSelector": { Ā Ā "publishedVersion": true Ā }, Ā "exportId": true, Ā "dataSelectors": [ Ā Ā { Ā Ā Ā "node": "catalogItem" Ā Ā } Ā ] } After saving and publishing it. Go to the Catalog item you wanted to export. Such that you can see in the export sectionĀ
I was trying to export a catalog item and in the JSON code I mentioned the table and attributes name, along with the masking rules. When I submitted theĀ export plan, it showed me a JSON error and later all the export plan records disappeared. When I create new plans with simpler JSON code to check if they appear, they getĀ savedĀ but doĀ not appear to be part of the export plan records. The main issue is that once a plan is created, it gets saved but does not appear in the records, and right after that I see a pop-up JSON error from the previous plan that I created.
To export a Catalog item we need to write the Json call as below :
{ Ā "versionSelector": { Ā Ā "publishedVersion": true Ā }, Ā "exportId": true, Ā "dataSelectors": [ Ā Ā { Ā Ā Ā "node": "catalogItem" Ā Ā } Ā ] } After saving and publishing it. Go to the Catalog item you wanted to export. Such that you can see in the export sectionĀ
Hi @Prithika, Iām closing this thread for now, if you have any follow up questions please feel free to share them here in the comments or create a new post šāāļø