Quantcast
Viewing all articles
Browse latest Browse all 73760

DAX 2012 AIF Outbound XML to CSV Transform

Greetings. I am running an AIF service (VendPaymentService) which exports an XML file with the payment information. I must convert this to a CSV format and research has shown me that I have to use a .NET Assembly to Transform do that. Microsoft has step-by-steps for creating an Inbound/Import .NET Assembly (CSV to XML), but not an Outbound/Export. I am a .NET amateur and MS's example shows how to call XML building tools and CSV reading tools, but I don't know how to build CSV building tools and XML Reading ones.

Here is the MSDN Article: msdn.microsoft.com/.../gg863930.aspx

To recap, I understand the overall concept that you build the .NET tranform and how to attach it to the AIF service but I am stuck on building the .NET Assembly itself and would like to know if anyone can provide me with help or an example of building the .NET transform from XML to CSV.

Thank you so much!


Viewing all articles
Browse latest Browse all 73760

Trending Articles