
MapGO - Online Mapping Services | GIS Data Software & Geospatial Mapping Platfor
Analyze and visualize geospatial data, calculate distances, and process bulk CSV files with online GIS mapping tools.
@JanasSebastian · X
The full gallery
Tech stack
27 projects

Analyze and visualize geospatial data, calculate distances, and process bulk CSV files with online GIS mapping tools.
@JanasSebastian · X

Open, search, and sort CSV files in your browser without uploading data.
FengNianIndie · V2EX
vibe coding 了个不上传文件的 CSV 工具箱,想找一些奇怪 CSV 来测试 最近做了一个 CSV 工具站:CSV Dock 。 网站: https://csvdock.com 做它的起因是自己处理 CSV 时经常遇到几个问题: - 不太愿意把包含业务数据的 CSV 上传到陌生服务器 - Excel 打开 CSV 时容易出现乱码、分列错误或丢失编号前面的 0 - 文件稍微大一点,很多在线工具就会卡死 - CSV 、JSON 、Excel 转换通常散落在不同网站,操作方式也不统一 所以我做成了一个 local-first 的工具箱:文件直接在浏览器内处理,不上传到应用服务器,也不需要注册账号。 目前包含: - CSV 查看、搜索和排序 - CSV 转 Excel ( XLSX / XLS ) - Excel 转 CSV ,可将全部工作表导出为 ZIP - JSON 转 CSV ,支持选择数组路径和展开嵌套对象 - CSV 转 JSON / JSON Lines - 多个 CSV 按表头或列位置合并 - CSV 结构检查,

Bulk check HTTP status codes for up to 1,000 URLs with real-time results and CSV export.
@bulkhttpstatus · X

Convert messy supplier catalogs to Shopify-ready CSV files with AI.
u/captain_sauce_code · Reddit
I built a tool that turns messy supplier PDFs and spreadsheets into Shopify CSVs I'm a software developer in Australia, building this on the side around a full time job. The itch: dropshippers and small Shopify stores get product catalogs from suppliers as PDFs or ugly spreadsheets, then hand-retype them into Shopify's import CSV. While building I ran real supplier catalogs through it and the files were worse than you'd think. Split product titles, columns that drift halfway down the page,

Convert, split, and merge Excel files (XLSX, XLS, CSV, ODS) online for free. Convert/split up to 100MB, merge up to 50MB per file. Secure processing, no registration required
@DmitryFounder_ · X
Hi, i am marketing my first SaaS Let's connect🥹

Batch edit images in your browser with tool chaining, compression, and format conversion.
BulkPicTools — 免费浏览器端图片批量处理工具,支持**工具链串联**(压缩→转格式→裁剪一次完成,无需重复上传),本地 AI 去背景/人脸模糊(WebGPU,无需 API Key),支持 200+ 张图片批量处理,文件不上传服务器。

Access web-scraping APIs and bulk datasets for real estate, travel, and retail sectors with free samples.
@happyendpointhq · X

Visual CSV matching tool without login requirements.
ngarner · HN
ZeroGate – Fast, account-free visual CSV matching without AI

Translate Excel and CSV files into 100+ languages with AI
AI Excel Translator — 批量翻译 Excel 或 CSV 文档,支持 100+ 语言。

Convert PDFs, scans, emails and screenshots to organized Excel or CSV with AI.
Messy2Sheet — AI 文档转表格工具,把截图、邮件订单和 PDF 价格表按自定义字段整理成 Excel/CSV,支持保存可复用 Recipe

Suite of developer tools for processing files locally — CSV, Parquet, JSON viewers and decoders with no cloud uploads.
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

Converts PDF bank statements to CSV, Excel, QBO, and other formats with balance verification.
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: