CSV Image Viewer
Upload a CSV file, automatically detect columns containing image URLs, and render images as previewable thumbnails. Supports multiple image format detection for convenient data review and browsing.
Click to upload or drag and drop
Only .csv format supported
Please upload a CSV file to view data.
Frequently Asked Questions
Which file formats are supported?
Currently, only CSV format (comma-separated values file) is supported.
How are image columns detected?
The tool automatically detects columns whose names contain keywords such as url, link, image, img, src, photo, picture, thumbnail, avatar, etc. It also samples the first few values in each column to check for image file extensions like .jpg, .png, .gif, .webp, .svg.
Which image formats are supported?
Common formats such as JPG, PNG, GIF, BMP, SVG, WebP are supported, along with HTTP/HTTPS image links and data:image URIs.
Will data be uploaded to a server?
No. All processing is done locally in the browser; no data is uploaded to any server. Your CSV data stays entirely on your computer.