-3

I am trying to write an adapter to parse data from an mts file and I don't know where to start

the adapter should create virtual tables with the metadata and filter it whenever it recieves a SQL statement to do so.

the mts file raw data has keys for each attribute to tell what type it is.(" for strings, % for numbers ) .

  • This shouldnt be your place to start my friend. This should be the place you come after you did homework, research and have a specific direction we can help you with... to "find you a direction" you can use google, chatGPT... – Gal Appelbaum Jun 06 '23 at 12:10

1 Answers1

0

This question is very vague and the commentators correctly point out, that there should be more preparation on the OP's end.

The best starting point for that preparation is checking the SAP documentation on developing your own adapters for SDI:

Data Provisioning Adapter SDK Guide

This documentation contains examples for how to build, install and use custom SDI adapters.

Lars Br.
  • 9,949
  • 2
  • 15
  • 29