@activepieces/piece-csv 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/i18n/zh.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-csv",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"csv-parse": "5.6.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"safe-flat": "2.1.0",
|
|
12
12
|
"semver": "7.6.0",
|
|
13
13
|
"@activepieces/pieces-framework": "0.18.4",
|
|
14
|
-
"@activepieces/shared": "0.19.
|
|
14
|
+
"@activepieces/shared": "0.19.1",
|
|
15
15
|
"tslib": "2.8.1"
|
|
16
16
|
},
|
|
17
17
|
"overrides": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"CSV": "CSV",
|
|
3
|
-
"Manipulate CSV text": "
|
|
4
|
-
"Convert CSV to JSON": "
|
|
5
|
-
"Convert JSON to CSV": "
|
|
6
|
-
"This function reads a CSV string and converts it into JSON array format.": "
|
|
7
|
-
"This function reads a JSON array and converts it into CSV format.": "
|
|
8
|
-
"CSV Text": "CSV
|
|
9
|
-
"Does the CSV have headers?": "CSV
|
|
10
|
-
"Delimiter Type": "
|
|
3
|
+
"Manipulate CSV text": "Manipulate CSV text",
|
|
4
|
+
"Convert CSV to JSON": "Convert CSV to JSON",
|
|
5
|
+
"Convert JSON to CSV": "Convert JSON to CSV",
|
|
6
|
+
"This function reads a CSV string and converts it into JSON array format.": "This function reads a CSV string and converts it into JSON array format.",
|
|
7
|
+
"This function reads a JSON array and converts it into CSV format.": "This function reads a JSON array and converts it into CSV format.",
|
|
8
|
+
"CSV Text": "CSV Text",
|
|
9
|
+
"Does the CSV have headers?": "Does the CSV have headers?",
|
|
10
|
+
"Delimiter Type": "Delimiter Type",
|
|
11
11
|
"Markdown": "Markdown",
|
|
12
|
-
"JSON Array": "JSON
|
|
13
|
-
"Select the delimiter type for the CSV text.": "
|
|
14
|
-
"\n**Notes**:\n* The input should be a JSON array.\n* The JSON object will be flattened If nested and the keys will be used as headers.\n": "
|
|
15
|
-
"Provide a JSON array to convert to CSV format.": "
|
|
16
|
-
"Select the delimiter type for the CSV file.": "
|
|
17
|
-
"Comma": "
|
|
18
|
-
"Tab": "
|
|
12
|
+
"JSON Array": "JSON Array",
|
|
13
|
+
"Select the delimiter type for the CSV text.": "Select the delimiter type for the CSV text.",
|
|
14
|
+
"\n**Notes**:\n* The input should be a JSON array.\n* The JSON object will be flattened If nested and the keys will be used as headers.\n": "\n**Notes**:\n* The input should be a JSON array.\n* The JSON object will be flattened If nested and the keys will be used as headers.\n",
|
|
15
|
+
"Provide a JSON array to convert to CSV format.": "Provide a JSON array to convert to CSV format.",
|
|
16
|
+
"Select the delimiter type for the CSV file.": "Select the delimiter type for the CSV file.",
|
|
17
|
+
"Comma": "Comma",
|
|
18
|
+
"Tab": "Tab"
|
|
19
19
|
}
|