/electron-tsvToJson

Convert file from TSV to JSON file using electron

Primary LanguageJavaScript

Converter

Description

This app for convert file from .TSV to .JSON using Electron

Features

  • only upload file and automatic convert to .JSON

Installation

# Clone the repository
git clone https://github.com/wildy13/electron-tsvToJson.git

# Navigate to the project directory
cd electron-tsvToJson

# Install dependencies
npm install

# Run the app
npm run start

# Build the app
npm run build