You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional operations for Advanced Data Operations (#2300)
* Added Advanced Data Operations
* Updated application/text to text/plain
* Changes as per Microsoft feedback.
* Updated title for Advanced Data Operations
* Update apiProperties.json
* Update apiDefinition.swagger.json
* Added Json to Table operation and updated README.md
* Updates to Advanced Data Operations
Copy file name to clipboardExpand all lines: certified-connectors/Advanced Data Operations/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,18 @@ One can be obtained by signing up to a paid plan or by activating a trial subscr
21
21
-`Flatten Object Array` - Flatten an array of complex, multi-level objects into an array of single level JSON objects.
22
22
-`Get Data Schema` - Get the schema (i.e. properties and their associated types) from an array of objects.
23
23
-`Join` - Join exactly two datasets using a left or inner join technique.
24
+
-`JSON to CSV` - Transform a JSON array of objects into a comma separated table format.
24
25
-`JSON to Table` - Transform a JSON structure into a tabluar format.
25
26
-`JSON to Text` - Transform a JSON array of objects into a tab delimited text format.
26
-
-`JSON to CSV` - Transform a JSON array of objects into a comma separated table format.
27
+
-`Json Properties to Name/Value Pair Array` - Transforms a JSON structure to an array of name/value pairs.
28
+
-`Levenshtein Distance` - Use the Levenshtein Distance algorithm to calculate a set of ratios for indicating how similar two strings are to each other.
27
29
-`Parquet to JSON` - Transform a base64 encoded parquet dataset into an array of JSON objects.
28
-
-`Regex Matches` - Produce a set of matches for a string using a regular expression pattern.
30
+
-`Regex Matches` - Produce a set of matches for a string using a regular expression pattern.
31
+
-`Sort Object Array` - Sort an array of complex, multi-level objects by one or more properties contained within each item in the array.
29
32
-`Split` - Split each item of an array into one or more new items by a defined set of criteria.
30
33
-`Text to JSON` - Transform a tab delimited textual dataset into an array of JSON objects.
31
-
-`Transform` - Transform a set of properties in a dataset using any of the available custom transformation functions provided by the framework.
34
+
-`Transform` - Transform a set of properties in a dataset using any of the 100+ custom transformation functions provided by the framework.
35
+
-`XML to JSON` - Transform an XML structure to JSON using XPath statements and any of the 100+ custom transformation functions provided by the framework.
32
36
33
37
## Obtaining Credentials
34
38
Once you've signed up for a plan, you'll be emailed an API key that can be used to authenticate on each call made to the framework.
0 commit comments