Socket
Socket
Sign inDemoInstall

@xlork/core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xlork/core

XLork is a powerful Node.js/ Vanilla js package for parsing and manipulating CSV and XML files. With its intuitive API, XLork makes it easy to read, write, and modify CSV and XML data in your Node.js applications. Whether you're dealing with large dataset


Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

xlork

XLork is a powerful Node.js/ Vanilla js package for parsing and manipulating CSV and XML files. With its intuitive API, XLork makes it easy to read, write, and modify CSV and XML data in your Node.js applications. Whether you're dealing with large datasets or just need to perform some quick data transformations, XLork has you covered. Plus, with its comprehensive documentation and responsive community support, XLork is the perfect choice for developers looking to work with CSV and XML data in Node.js. Install XLork today and start parsing and manipulating your data with ease!

Pure javascript adapter for xlork importer.

Installation / Import

Examples

Try our example in CodeSandbox.

Readme

For usage see the guide here - https://xlork.com/docs

Usage

const config = {
  licenseKey: 'U264Y-OQDB2-QRZJB-ZTL1P-I21FF',
  user: {
    email: 'jhon@xlork.com',
    name: 'Jhon',
  },
  settings: {
    title: 'Address',
    columns: [
      {
        label: 'Invoice date',
        key: 'address',
      },
      {
        label: 'Retailer Code',
        key: 'latitude',
      },
      {
        label: 'SKU Code',
        key: 'longitude',
      },
      {
        label: 'Product Quantity (CFC)',
        key: 'state',
      },
    ],
    theme: 'AQUA',
    allowInvalidSubmit: true,
    maxRecords: 50,
  },

  onComplete: (response) => {
    console.log('[onComplete]', response);
  },
  onCancel: () => {
    console.log('[onCancel]');
  },
};

const XLork = new xLorkClient(config);
Xlork.init();

License

MIT © [xlork]

Keywords

FAQs

Package last updated on 12 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc