Monu Tools

ממיר CSV ⇄ טבלת Markdown

המרת CSV לטבלת Markdown וטבלאות Markdown חזרה ל-CSV, בשני הכיוונים.

כיצד להשתמש בטבלת Markdown

  1. 01

    הדביקו את ה-CSV שלכם, כשהשורה הראשונה היא הכותרת.

  2. 02

    בחרו את התו המפריד ואת יישור העמודות.

  3. 03

    העתיקו את טבלת ה-Markdown שנוצרה.

What it does

This tool converts CSV data into a clean Markdown table you can drop into READMEs, issues, wikis and documentation, and converts Markdown tables back into CSV. The first row becomes the header, and you can set the column alignment.

Writing Markdown tables by hand is fiddly: every row needs the right number of pipes and the alignment divider has to line up. Pasting CSV and getting a correct table back removes all of that busywork.

Everything is processed locally in your browser; nothing you paste leaves your device.

The CSV it reads

It reads standard CSV with comma, semicolon or tab delimiters and handles quoted fields, so data exported from a spreadsheet converts without breaking on commas inside values.

The Markdown it produces

The output is a GitHub-Flavored Markdown table: a header row, an alignment divider, then the data rows. It renders in GitHub, GitLab, most wikis and Markdown editors.

Alignment and escaping

Alignment is written into the divider row using colons, :--- for left, :---: for center and ---: for right, which Markdown renderers use to align each column. Pipe characters in the data are escaped and line breaks inside cells are flattened so the table always stays valid.

שאלות נפוצות

מהו פורמט הפלט?

טבלת Markdown בסגנון GitHub: שורת כותרת, מפריד יישור, ואז שורות הנתונים. היא מוצגת ב-GitHub, ברוב הוויקי ובעורכי Markdown.

כיצד עובד היישור?

היישור שבחרתם נכתב לשורת המפריד באמצעות נקודתיים (:--- שמאל, :---: מרכז, ---: ימין), שמנועי Markdown משתמשים בהם ליישור כל עמודה.

מה לגבי פסיקים או קווים אנכיים בתוך תאים?

שדות CSV במרכאות מפוענחים כראוי, וכל תו קו אנכי בנתונים מקודד כך שהטבלה נשארת תקינה. שבירות שורה בתוך תאים משוטחות לרווחים.

האם הנתונים שלי מועלים?

לא. הטבלה נוצרת כולה בדפדפן שלכם; שום דבר שתדביקו לא עוזב את המכשיר שלכם.

מקורות

הטמע את הכלי הזה

הוסף את הכלי הזה לאתר שלך. העתק את קטע הקוד שלהלן; הוא מתעדכן אוטומטית.

<iframe src="https://monu.tools/embed/he/markdown-table-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

כלים קשורים