File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ URL:https://mcp.wtsolutions.cn/mcp
100100
101101#### 示例提示词1:
102102
103- 将以下制表符分隔的数据转换为JSON格式 :
103+ 将以下数据转换为JSON格式 :
104104
105105```
106106Name Age IsStudent
@@ -110,7 +110,7 @@ Jane Smith 30 true
110110
111111#### 示例提示词2:
112112
113- 将以下逗号分隔的数据转换为JSON格式 :
113+ 将以下数据转换为JSON格式 :
114114
115115```
116116Name,Age,IsStudent
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Converts tab-separated Excel data or comma-separated CSV text data into JSON for
9999
100100#### Example Prompt 1:
101101
102- Convert the following tab-separated data into JSON format:
102+ Convert the following data into JSON format:
103103
104104```
105105Name Age IsStudent
@@ -109,7 +109,7 @@ Jane Smith 30 true
109109
110110#### Example Prompt 2:
111111
112- Convert the following comma-separated data into JSON format:
112+ Convert the following data into JSON format:
113113
114114```
115115Name,Age,IsStudent
You can’t perform that action at this time.
0 commit comments