Product export using YAML

am I doing it correctly?

[DataExport:0]
@{REPORT MENU ITEM DETAILS:M.Id::|}
{REPORT MENU ITEM DETAILS:M.Name,M.GroupCode,M.Barcode.M.Tag:M.Id == $1:
- Name\: {0}
  GroupCode\: {1}
  Barcode\: {2}
  Tag\: {3}
}
{REPORT PORTION DETAILS:P.Name,P.Price:P.MenuItemId == $1:
  - Name\: {0}
    Price\: {1}:
  Portions\: {0}}
{REPORT MENU ITEM TAG DETAILS:T.Name,T.Value:M.Id==$1:
  - Name\: {0}
    Value\: {1}:
  Tags\: {0}}

Select export… but nothing? isn’t it meant to save to a txt file?

Solved by putting full path link in filename box

Maybe putting that in there might avoid confusion :slight_smile:

Importing via YAML I get the error:

DUPLICATE KEY

Its saying line 14, which has the portion NORMAL so it seems to not want to do another portion of the same name?

Matt