what should I use in product export template code to export fields of my custom table(last image)?

I have created a table named XYZ, which uses two foreign key articleID and articleDetailID as shown below:

 

Now, i want to export the fields of above table along with aricles.

 

Now what should I use in export template code to export fields of my custom table?

 

 

 

Hello,

there is no other way than writing an own plugin that will provide your custom data to the product export.

Moritz

Hi Mortiz, thanks for the prompt reply. Can you please elaborate how to achieve it?