<bdo id='ExT95'></bdo><ul id='ExT95'></ul>
<tfoot id='ExT95'></tfoot>

<small id='ExT95'></small><noframes id='ExT95'>

    1. <legend id='ExT95'><style id='ExT95'><dir id='ExT95'><q id='ExT95'></q></dir></style></legend>
    2. <i id='ExT95'><tr id='ExT95'><dt id='ExT95'><q id='ExT95'><span id='ExT95'><b id='ExT95'><form id='ExT95'><ins id='ExT95'></ins><ul id='ExT95'></ul><sub id='ExT95'></sub></form><legend id='ExT95'></legend><bdo id='ExT95'><pre id='ExT95'><center id='ExT95'></center></pre></bdo></b><th id='ExT95'></th></span></q></dt></tr></i><div id='ExT95'><tfoot id='ExT95'></tfoot><dl id='ExT95'><fieldset id='ExT95'></fieldset></dl></div>

      1. 将 JSON 导入 Mysql

        时间:2023-09-24

        • <bdo id='q2MH6'></bdo><ul id='q2MH6'></ul>

          <small id='q2MH6'></small><noframes id='q2MH6'>

                <tbody id='q2MH6'></tbody>
            1. <i id='q2MH6'><tr id='q2MH6'><dt id='q2MH6'><q id='q2MH6'><span id='q2MH6'><b id='q2MH6'><form id='q2MH6'><ins id='q2MH6'></ins><ul id='q2MH6'></ul><sub id='q2MH6'></sub></form><legend id='q2MH6'></legend><bdo id='q2MH6'><pre id='q2MH6'><center id='q2MH6'></center></pre></bdo></b><th id='q2MH6'></th></span></q></dt></tr></i><div id='q2MH6'><tfoot id='q2MH6'></tfoot><dl id='q2MH6'><fieldset id='q2MH6'></fieldset></dl></div>
              <tfoot id='q2MH6'></tfoot>
              <legend id='q2MH6'><style id='q2MH6'><dir id='q2MH6'><q id='q2MH6'></q></dir></style></legend>

                • 本文介绍了将 JSON 导入 Mysql的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我面临的问题是将 JSON 导入 Mysql.我搜索了互联网,搜索了 stackoverflow 和可能更多的来源,但找不到一个正确的解决方案.在这里完全公开 - 我不是 PHP、SQL 也不是 JSON 专家.

                  the problem that I am facing is importing JSON into Mysql. I have searched the interwebs, I have searched stackoverflow and probably even more sources, but could not find a single proper solution. Full disclosure here - I am not a PHP, SQL nor am I a JSON professional.

                  我想要完成的事情相当简单:导入这个 JSON 文件 https://developers.facebook.com/tools/explorer/method=GET&path=245226895508982%2Ffeed%3Faccess_token%3D%3Caccess_token%3E=进入Mysql数据库.我知道我需要以某种方式将 JSON 数据分配到列中,然后根据内容相应地管理行.我不需要所有数据,但需要大部分数据.稍后应通过用户的搜索查询回显数据.

                  What I am trying to accomplish is fairly simple: Import this JSON file https://developers.facebook.com/tools/explorer/method=GET&path=245226895508982%2Ffeed%3Faccess_token%3D%3Caccess_token%3E= into a Mysql database. I understand that I need so somehow allocate the JSON data into columns and then curate the rows accordingly with the content. I do not need all of the data, but most of it. The data should later be echoed through a search query from a user.

                  我的问题似乎很简单 - 我该怎么做?

                  My question is seems fairly simple - how can I do it?

                  P.S:我尝试将其转换为 XML,但我没有足够的权限将 XML 导入 SQL 数据库.转换器也不是最好的工作.

                  P.S: I tried converting it into XML, but I do not have the sufficient rights to import the XML into the SQL database. Also the converter did not the best job.

                  推荐答案

                  您可以将 json 导出到 csv :http://www.danmandle.com/blog/json-to-csv-conversion-utility/ 或 https://github.com/danmandle/JSON2CSV

                  You can export your json to csv : http://www.danmandle.com/blog/json-to-csv-conversion-utility/ or https://github.com/danmandle/JSON2CSV

                  然后:

                  LOAD DATA INFILE 'filepath/your_csv_file.csv' INTO TABLE tablename;
                  

                  一次性应该没问题.

                  有关加载数据文件的更多信息.

                  这篇关于将 JSON 导入 Mysql的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:用 PHP 读取 docx(Office Open XML) 下一篇:如何将var_export的输出读入PHP中的变量?

                  相关文章

                  最新文章

                  1. <legend id='rqkLa'><style id='rqkLa'><dir id='rqkLa'><q id='rqkLa'></q></dir></style></legend>

                    <small id='rqkLa'></small><noframes id='rqkLa'>

                  2. <tfoot id='rqkLa'></tfoot>

                    • <bdo id='rqkLa'></bdo><ul id='rqkLa'></ul>

                      <i id='rqkLa'><tr id='rqkLa'><dt id='rqkLa'><q id='rqkLa'><span id='rqkLa'><b id='rqkLa'><form id='rqkLa'><ins id='rqkLa'></ins><ul id='rqkLa'></ul><sub id='rqkLa'></sub></form><legend id='rqkLa'></legend><bdo id='rqkLa'><pre id='rqkLa'><center id='rqkLa'></center></pre></bdo></b><th id='rqkLa'></th></span></q></dt></tr></i><div id='rqkLa'><tfoot id='rqkLa'></tfoot><dl id='rqkLa'><fieldset id='rqkLa'></fieldset></dl></div>