We have a requirement where we want to import item details sent to f&o in flat file format and we need to import the details in F&O.
Using DMF we can import in formats like xml, csv but not flat file so should we use a middleware to transform the data into one format supported by f&o or we have a solution to import flat files as it is.
To import item details in flat file format into F&O, you can consider using a middleware such as Azure Logic Apps or Microsoft Power Automate to transform the flat file data into a supported format like XML or CSV. These middleware solutions can help you define data transformation logic and then trigger the import process through F&O's Data Management Framework.
If using a middleware to transform the data, you'll need to design the transformation logic to map the fields and structure from the flat file to the required format for F&O. Once the data is transformed into the appropriate format, it can be imported into F&O using DMF.
Alternatively, if direct import of flat files into F&O is desirable, custom development may be needed to create a solution that allows F&O to directly consume flat files for import.
Can you tell us more about the file format details of this flat file? Is it a text file with a line per record? In that case, it might be possible to use it with Data Management.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.