Convert any SQL Table to CSV or JSON file formats (using MySQL Workbench)

preview_player
Показать описание
This video is on "How to Convert any SQL table to a Comma Separated Values format (.csv) or JavaScript Object Notation format (.json)".
I'm using MySQL Workbench for this purpose. You can use any SQL Server for this.

Convert to JSON :- 01:59
Convert to CSV :- 02:35

Background Music used:-
Creative Commons — Attribution 3.0 Unported — CC BY 3.0

#json #csv #sql #table #convert
Рекомендации по теме
Комментарии
Автор

Watched your all vedios brother... learnt a lot..i am starting my career in tech... thanks...keep rocking..all the best for your future..

ajaybhati
Автор

Watched all your video. It was the best of explanation.

anam
Автор

Your videos are wonderful shall plz make the full course of sql and plsql

ksailaja
Автор

what is the flow of operations? first we create a table in mysql, then we export it in csv format. from here where does the csv file is stored and how a users data is saved in this csv whenever a user inputs his/her inofrmation on a website. Can you please talk about the entire flow of creating a table untill how a users data is stored in the csv? The complete journey. Please reply asap, or atleast tell me what should i search on the internet to get this

akshaypatil
Автор

whatever datatype and constraints we write while creating columns for a table in mysql, after exporting it into csv, will the datatype and constraint remains or they disappear? i mean in csv for example in name column instead of varchar format, if i input integer will the csv file throw error?

akshaypatil
Автор

how to change the database format to JSON in MySQL Workbench?

krutikapoojary