Turn an AI Markdown table into delivery CSV
Copy a table, then make CSV
Check Japanese text, empty cells, and leading zeroes before handing the table to a spreadsheet.
Take away: a CSV with checked text and columns
Input: AI Markdown table (synthetic example)
name,sku,price
apples,00123,198
oranges,00456,248
- Review the fixed table example
- Choose input and safety settings
- Check and save the CSV
Review product CSV changes
Compare Before / After by key
Separate added, removed, and price-changed products even when row order changes.
Take away: a diff CSV with visible changes
key,name,price
001,apples,198 → 220 (changed)
002,oranges,248 (unchanged)
003,grapes (removed)
004,pears (added)
- Load Before and After
- Choose the key column
- Check and save the differences
Fix an invisible character in pasted text
Find hidden characters by position
Select the invisible character in a product code and change only that character while keeping the source visible.
Take away: text with an explainable, selected repair
Input: Product code: A-01
Found: U+200B ZERO WIDTH SPACE (position 16)
Action: remove the selected code point
- Inspect the string
- Check position, U+, and bytes
- Remove the selection and copy
Deliver one image in three sizes
Bundle profiles for each use
Keep the source unchanged, review web, document, and archive sizes, then save a local ZIP.
Take away: an image delivery set with three fixed profiles
Input: product-photo.png (synthetic example)
Output: web 1200px / document 2400px / archive 4000px
Save: browser-local ZIP
- Choose the image
- Review the three profiles
- Save the ZIP to the device
Redact part of an image before sharing
Keep the source, save a verified PNG
Mark an area in a synthetic image, confirm opaque redaction, and save only after checking the whole image.
Take away: a flattened PNG with a checked redaction area
Input: redaction-sample.png (synthetic example)
Action: cover the blue area with opaque black
Save: verified PNG after inspecting the whole image
- Use the sample image
- Drag over the area to hide
- Inspect and save the PNG
Turn images into an ordered submission PDF
Check page order and margins
Reorder images, check paper and orientation, and make one PDF locally.
Take away: a submission PDF with reviewable page order
Input: cover.png / page-2.png (synthetic example)
Settings: A4 / portrait / 15 mm margin
Save: one image per PDF page
- Choose the images
- Review order, rotation, and margin
- Save the PDF to the device
These are synthetic examples. Check your actual input in the linked tool; this page does not promise external publication or acceptance by a recipient.