PROSE Framework
Microsoft PROSE SDK is a framework of technologies for programming by examples: automatic generation of programs from input-output examples.
ICSE20 Gulwani Most Influential Paper Award Speech
Sumit Gulwani talks about the past 11 years of his journey at Microsoft, developing various usable program synthesis technologies and the role that this ICSE 2010 paper played in that journey.
PROSE – Text Splitting
Split.Text is a system for splitting data in plain text format, where there may be multiple fields that need to be separated into different columns.
PROSE – Pattern Inspector
Matching.Text automatically identifies different formats and patterns in string data.
PROSE – Json Transformation
Transformation.Json transforms the structure of Json using input/output examples.
PROSE – Text Transformation
Transformation.Text is a system that performs string transformations using examples allowing for many tasks involving strings to be performed automatically.
PROSE – Text Extraction (FlashExtract)
Extraction.Text extracts data from semi-structured text files using examples.
PROSE – Json Extraction
Extraction.Json automatically extracts tabular data from Json files. It supports extracting Newline Delimited Json and truncated Json.