您好,实际上我在转换包含json stringfy值的列以分隔列时遇到问题
class Foo
{
public int XPostfix[];
public int YPostfix[];
public int ZPostfix[];
}
和我想要的:
+------------------------------------------------------+
| informations |
+------------------------------------------------------+
|"{\n\"date\":" 2019-10-05"\n,\"value\":\n15\n,\n}" |
+------------------------------------------------------+
|"{\n\"date\":" 2019-05-25"\n,\"value\":\n89\n,\n}" |
+------------------------------------------------------+
我使用了json_to_recordset但没有用 谢谢