Skip to content

Commit

Permalink
Add latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinthakaJ98 authored Dec 12, 2024
1 parent 77fc39d commit a8e6d7b
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CSV Module",
"name": "CSV",
"owner": "WSO2",
"product": "MI",
"category": "Developer Tools",
Expand All @@ -14,6 +14,44 @@
"module"
],
"releases": [
{
"tagName": "v1.0.6",
"products": [
"MI 4.3.0",
"MI 4.2.0",
"MI 4.1.0",
"MI 4.0.0"
],
"operations": [
{
"name":"csvToCsv",
"description":"Transform a CSV payload",
"isHidden":false
},
{
"name":"csvToJson",
"description":"Convert CSV to Json",
"isHidden":false
},
{
"name":"csvToXml",
"description":"Convert CSV to XML",
"isHidden":false
},
{
"name":"jsonToCsv",
"description":"Convert Json to CSV",
"isHidden":false
},
{
"name":"xmlToCsv",
"description":"Transform XML to CSV",
"isHidden":false
}
],
"connections": [],
"isHidden": false
},
{
"tagName": "v1.0.5",
"products": [
Expand Down

0 comments on commit a8e6d7b

Please sign in to comment.