engswee / equalize-cpi-converter

CPI Converter a.k.a. FormatConversionBean for CPI
MIT License
17 stars 9 forks source link

Specific Selection/sort of field in structure #14

Open Slydew opened 1 year ago

Slydew commented 1 year ago

Dear,

Thanks for your great job. For XML2DeepPlain we need to have a specific selection/sort un structure :

recordsetStructure = Item

<Item>
    <Type>I</Type>
    <OrderNo>Order2_A</OrderNo>
    <ItemNo>10</ItemNo>
    <Quantity>90</Quantity>
  </Item>

Like that : 90 Order2_A 10

I do not find how to do this today.

A new dev for .Fields ? Item.SelectedFields = Quantity,OrderNo,ItemNo

Regards