In azure logic apps, we have an integrated connector “Flat File Decoding” to convert text file to XML using XSD schema. All it needs is a source file and XSD schema to arrive at xml file.
Is there a possibility to arrive at something similar in c# with .Net 8.0 ? I am looking to implement it to convert text file to xml using also xsd schema. Not sure to find many pointers. Has anybody done this before?