Convert Excel to JSON

This bot generates a JSON file from an Excel input file using a Python script

Top Benefits

  • Useful to pass JSON object to Web services i.e. REST or SOAP

Tasks

  • An Excel file is used to get input data
  • Passes the input file path to Python function
  • Converts the Excel file to JSON file
  • Stores the JSON file into output folder with the same input file name
  • Converted file is into .json format

This bot is used for generating JSON files from input Excel files in a folder. The Python script is used for converting Excel data to JSON data. After conversion, the JSON file will be stored in an output folder with a folder name the same as in the Excel file. The folder will contain a sheet with the JSON file.

Get Bot

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
100
Vendor
Automation Type
Bot
Last Updated
May 25, 2021
First Published
March 22, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Bot in Action

Input Excel with data
Reads the folder path for the input Excel file
The output JSON file with the data
PREV NEXT
Input Excel with data
Reads the folder path for the input Excel file
The output JSON file with the data

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)

Run

That's it - now the Bot is ready to get going!

Requirements and Inputs

  • An input file folder including excel files
  • Python 3.8x should be installed