PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Edit DSV files as tables

Last modified: 29 September 2023

PyCharm lets you edit files with delimiter-separated values (CSV, TSV, and other delimiter-separated formats) as tables.

For these files, a Data tab is available in the lower left corner of text editor. In the Data tab, you can edit the data in data editor. For full information about data editor, refer to Data editor and viewer.

Data editor tab in a delimiter-separated values file editor

The data editor is available if the following conditions are satisfied:

  • You are using PyCharm Professional Edition. The corresponding functionality is not available in the Community Edition.

  • The bundled Database Tools and SQL plugin is enabled. For more information, refer to Install plugins.

  • The filename extension is associated with the text file type. For more information, refer to File type associations.

To switch between text and table views, click the Text and Data tabs in the lower left corner of the editor.

https://resources.jetbrains.com/help/img/idea/2023.2/db_dsv_files_switch_views.png
Gif