DW.upload_data (eng) - datawizio/pythonAPI GitHub Wiki

<h3.DW.upload_data - starts the process of uploading of a client's data to the server

Parameters

  • path: str

    Path where an archive with a client's data is located

  • Names of data files:

  • shops.csv - shops
  • cashiers.csv - cashiers
  • units.csv - units of measurement
  • categories.csv - categories of products
  • clients.csv - clients of loyalty program
  • terminals.csv - terminals
  • products.csv - products
  • receipts.csv - receipts
  • prices.csv - prices for products
  • inventory.csv - inventory
  • Returns

    Uploads data to the service

    Examples

    dw = datawiz.DW()
    dw.upload_data(path='/home/user/data/')
    
    ⚠️ **GitHub.com Fallback** ⚠️