Internet Janitor
Deterministic cleanup tools for decimals, whitespace, filenames, delimiters, and booleans.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Deterministic cleanup tools for decimals, whitespace, filenames, delimiters, and booleans.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| diagnose-data | Something isn't working? Show me the problematic data. I will identify likely formatting problems and point to the deterministic Janitor tool that can fix them. |
| normalize-whitespace | Collapse repeated whitespace to one space and trim leading/trailing whitespace. |
| safe-filename | Convert a string into a Windows-safe filename, including reserved device-name protection. |
| normalize-decimal | Normalize common US/EU decimal representations to a dot-decimal string. Ambiguous single separators followed by three digits are flagged. |
| detect-delimiter | Detect comma, semicolon, tab, or pipe delimiters across up to 20 non-empty rows while ignoring delimiters inside double quotes. |
| normalize-boolean | Normalize common boolean representations such as yes/no, on/off, 1/0, true/false. |