All Projects → netbe → Babelish

netbe / Babelish

Licence: mit
Chaotically confused, like Babel

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Babelish

Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (-26.73%)
Mutual labels:  json, csv
Validation
validation api extracted from play
Stars: ✭ 194 (-10.6%)
Mutual labels:  json, csv
Csvreader
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
Stars: ✭ 169 (-22.12%)
Mutual labels:  json, csv
Elasticsearch Dataformat
Excel/CSV/BulkJSON downloads on Elasticsearch.
Stars: ✭ 135 (-37.79%)
Mutual labels:  json, csv
Json To Csv
Nested JSON to CSV Converter
Stars: ✭ 216 (-0.46%)
Mutual labels:  json, csv
Criterion
Microbenchmarking for Modern C++
Stars: ✭ 140 (-35.48%)
Mutual labels:  json, csv
Bancosbrasileiros
Lista de bancos brasileiros | Brazilian banks list
Stars: ✭ 178 (-17.97%)
Mutual labels:  json, csv
Iso 3166 Countries With Regional Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
Stars: ✭ 1,372 (+532.26%)
Mutual labels:  json, csv
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (+1088.48%)
Mutual labels:  json, csv
Unbescape
Advanced yet easy to use escaping library for Java
Stars: ✭ 207 (-4.61%)
Mutual labels:  json, csv
Administrative Divisions Of China
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。
Stars: ✭ 11,727 (+5304.15%)
Mutual labels:  json, csv
Jsonexport
{} → 📄 it's easy to convert JSON to CSV
Stars: ✭ 208 (-4.15%)
Mutual labels:  json, csv
Kafka Connect Spooldir
Kafka Connect connector for reading CSV files into Kafka.
Stars: ✭ 116 (-46.54%)
Mutual labels:  json, csv
Omniparser
omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
Stars: ✭ 148 (-31.8%)
Mutual labels:  json, csv
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+596.31%)
Mutual labels:  json, csv
Django Import Export
Django application and library for importing and exporting data with admin integration.
Stars: ✭ 2,265 (+943.78%)
Mutual labels:  json, csv
Filecontextcore
FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Stars: ✭ 91 (-58.06%)
Mutual labels:  json, csv
Ssl Checker
Python script that collects SSL/TLS information from hosts
Stars: ✭ 94 (-56.68%)
Mutual labels:  json, csv
Chronicle Wire
A Java Serialisation Library that supports multiple formats
Stars: ✭ 204 (-5.99%)
Mutual labels:  json, csv
Python Benedict
dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities. 📘
Stars: ✭ 204 (-5.99%)
Mutual labels:  json, csv

Build Status Code ClimateCoverage Status Gem Version

Docker

Babelish : Chaotically confused, like Babel

Originally created to deal with localizedStrings files (aka CSV-to-iOS-Localizable.strings-converter), this command tool now converts a csv file of translations into the below file formats and vice-versa:

  • .strings (iOS)
  • .xml (Android)
  • .json
  • .php

It can also fetch the csv file from GoogleDrive.

Installation

gem install babelish

Requires Ruby 2.1.0 or above.

Or download Latest Release.

Or via docker: docker run netbe/babelish babelish help

Usage

› babelish help                                                                                                                                                          18:21:30
Commands:
  babelish android2csv     # Convert .xml files to CSV file
  babelish csv2android     # Convert CSV file to .xml
  babelish csv2json        # Convert CSV file to .json
  babelish csv2php         # Convert CSV file to .php
  babelish csv2strings     # Convert CSV file to .strings
  babelish csv_download    # Download Google Spreadsheet containing translations
  babelish help [COMMAND]  # Describe available commands or one specific command
  babelish init            # Create a configuration file from template
  babelish json2csv        # Convert .json files to CSV file
  babelish open FILE       # Open local csv file in default editor or Google Spreadsheet containing translations in default browser
  babelish php2csv         # Convert .php files to CSV file
  babelish strings2csv     # Convert .strings files to CSV file
  babelish version         # Display current version

Options:
      [--verbose], [--no-verbose]
  -c, [--config=CONFIG]            # Read configuration from given file
                                   # Default: .babelish

You can use a configuration file to hold all your commandline arguments into a file. Place a .babelish file (YAML) in your repo where you will run the command. In case you need to reset the Google Drive token you have to delete the .babelish.token file. See .babelish.sample file in the doc folder. as the possible values.

For previous CSV-to-iOS-Localizable.strings-converter, rename your .csvconverter into .babelish.

Note for docker: In order to export the output of a conversion, you will need to pipe the result out of the container. An example would be

› docker run netbe/babelish babelish csv2json >> some_file.json

For more details, check the documentation: https://github.com/netbe/Babelish/wiki/How-to-Use

Development

Run bundle install to install all the dependencies. Tests are done with Test::Unit so run rake test to run all the test suite.

Todo & Known issues

See GitHub issues

Privacy Policy

See related infos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].