Import data from Feeds | Zoho Analytics On-Premise

Import data from Feeds


If you have data stored in web URLs in tabular file formats such as CSV, Excel, JSON, etc., you can easily import them into Zoho Analytics. Zoho Analytics offers easy import and copy-paste options of such data to jump start your reporting and advanced analysis. 

Note: You can also import data stored in local fileslocal databasescloud databases, or Cloud Drives. Click the corresponding links to learn more.

Supported File Types

1. What are the various formats in which files can be imported into Zoho Analytics?

You can import data into Zoho Analytics in the following formats:

If the CSV, TSV, XLS, JSON, XML, and Spatial files are larger in size, you can compress the files in ZIP or GZIP format and import it into Zoho Analytics with ease.

2. What are the sources from which I can import data into Zoho Analytics using the Files tile?

You can import data from web URLs into Zoho Analytics from the Feeds tile in the Import Your Data page. Click here to learn more about importing data from web feeds. 

3. How do I import data from a CSV file into Zoho Analytics?

4. How do I import data from Excel into Zoho Analytics?

5. How do I import data from an HTML file into Zoho Analytics?

6. How do I import data from JSON into Zoho Analytics?

7. How do I import data from XML into Zoho Analytics?

8. How do I import data from Statistical Files into Zoho Analytics?

9. How do I import data from Microsoft Access Database files into Zoho Analytics?

10. How do I import data using an OData feed?

Supported data locations

1. Is it possible to import data from dynamic URLs?

You can import data from a dynamic URL using parameters. If the URL from which data is being imported contains current date and time values, this can be filled using the Current Date, Current Time and Current Date & Time parameter value in the first step of the import process. This will import data from URLs that change dynamically based on the date. 

2. Is it possible to import data into an existing table in Zoho Analytics?

Data can be imported into existing tables in Zoho Analytics in any of the applicable file formats, from the supported data locations. 

Follow the steps below to import data into existing tables. 

  • Open the table into which you wish to import additional data.

  • Click the Import Data button on the top right corner, and select the Import Data into this Table option. 

  • In the Import Your Data page that appears, select the required tile to import data from local files, web URLs or cloud drives. 

  • In the page that appears, choose the appropriate option from the How do you to Import? drop down. The following options are available: 

    • Add records at the end: Use this option to append imported records to the end of the table.

    • Delete existing records and add: Use this option to delete all the records in the table and add the new records into the table.

    • Add records and replace if already exists: Use this option to update existing records with the new values and append new records to the end of the table.

    • Add records, replace existing and delete missing record: This option allows you to update the existing records with new values, append new records to the end of the table and delete the records in the table that are not present in the file that is being imported.

Note: When replacing existing records in Zoho Analytics, select the columns in the source file that are to be matched to the existing ones in Zoho Analytics. The values in these columns will be used as the key to match the existing records in the table to the new records being imported. Thus, the columns should be selected such that they uniquely identify each record in the table. If unique records are not identified, all records will be appended to the end of the table.

  • Choose the required file type and data location, select the source file, and click Next to proceed with the import process as usual. 

3. Can I import data in batches into Zoho Analytics (Pagination)?  

Yes. You can select the required pagination option from the Parameters section in the Import your data screen. 

Note:

  • Pagination options can be used in Zoho Analytics only if your API provider provides permission for it. 

  • Currently, you can only paginate files in CSV, JSON, and XML formats.

The following Pagination options are available in Zoho Analytics: 

  • Page Number: Use this option when your data is stored in multiple pages and you wish to import them in the same sequence into Zoho Analytics. Provide the following details: 

    • Parameter Name: Enter the page parameter name. You can get this name from your API/URL provider.

    • Initial Value: Provide the initial page number from which you want to start importing. 

    • No. of Requests: Provide the number of requests you wish to execute in sequence. For example, on specifying the number of requests as 10, the request will be executed ten times, and ten pages will be fetched.

  • Next Page URL: This option allows you to import data in pages, where each page provides the URL for the next page that is to be imported. Provide the following detail to employ this pagination option: 

    • URL Property Path: Enter the property name that will fetch the URL of the next page. This JSON property will be executed till the property is empty or null. 

Note: The Next Page URL pagination is applicable only for JSON and XML files.

  • Offset and Limit: This option allows you to import a large dataset into Zoho Analytics in batches, using the batch size of each batch and the starting position.To use the option, provide the following details: 

    • Offset Parameter: Enter the Offset Parameter Name provided by your API provider.

    • Initial Value: Enter the initial offset value.

    • Limit Parameter: Enter the Limit Parameter Name given by your API provider.

    • Limit Value: Provide the total number of records to be fetched from the offset.

    • No. of Requests: Provide the number of sequential requests that need to be carried out.

The specifications provided in the above example will invoke the provided URL as follows: 
http://reports-ubuntu2.csez.zylker.com/Pagination_Data/JSONData?limit=100&offset=0
http://reports-ubuntu2.csez.zylker.com/Pagination_Data/JSONData?limit=100&offset=100 
http://reports-ubuntu2.csez.zylker.com/Pagination_Data/JSONData?limit=100&offset=200 
and so forth. For each consequent request, the offset value is calculated by adding the previous request's offset value with the offset limit. 

Import Data from Secure Feeds and URLs

1. Is it possible to import data from authenticated URLs?

Zoho Analytics allows you to import data from authenticated URLs that support the following authentication methods:

2. How do I import data from URL feeds authenticated via Basic HTTP Authentication?

3. How do I import data from URL feeds authenticated via OAuth 1 Authentication?

4. How do I import data from URL feeds authenticated via OAuth 2 Authentication?

5. How do I import data from URL feeds authenticated via AWS Signature?

6. How do I import data from URL feeds authenticated via Digest Authentication

7. How do I import data from URL feeds authenticated via Hawk Authentication?

Import Settings

1. How do I set a custom date format?

By default, Zoho Analytics identifies the date format of the date columns in the data being imported. If the default format is incorrect, you can easily modify the same while importing data into Zoho Analytics. 

There are two ways to set a custom date format for your date columns.

  • Select the required date format from the Format of Date Column (s) drop down. This option will apply the selected date format to all date columns in the data being imported.

  • You can also set different date formats for each date column in your data. To do this, click the Settings icon in the preview column header, select the Change Date Format option and set the required date format. 

Refer the Constructing a Custom Date format document to know more. 

2. Is it possible to map a column from the source file to a column in an Zoho Analytics table while importing data?

While importing data into an existing table in Zoho Analytics, you can map a column from the imported file to a specific column in the Zoho Analytics table. In the Data Preview section of the Import wizard, use the drop down in the column header to choose the required column. You can either select the column the data needs to be mapped to, or specify that it is a new column.

3. Can I retain the data source's relational data modeling?

While you cannot retain your source's relational data modeling, Zoho Analytics allows you to auto join tables during data import. While importing data into an existing table, Zoho Analytics auto identifies similar columns and provides suggestions for lookup. 

The following presentation explains how this works.

4. How do I set On Import Error options?

The On Import Errors drop down in the Import wizard allows you to specify how import errors are to be handled in Zoho Analytics. 

The following are the available options:

  • Set Empty Value for the Column: This option sets an empty value to columns that had problems while importing.

  • Skip Corresponding Rows: This option skips the rows in which an error occurred during data import.

  • Don't Import the data: If any errors occur during data import, this option allows you to abort the import process.

In case any error occurs during import, the details of the same would be shown in the Import Summary dialog. Refer the next question to know more. 

5. Why do I see Warning Details in the Import Summary?

Specifying a wrong data type for your column will generate errors on import. Zoho Analytics will handle such errors per the specified On Import Errors option and display details of the same in the Import Summary dialog. 

6. Can I schedule data import?

Zoho Analytics allows you to schedule the import of data from FTP servers and web URLs. 

Note: To schedule data import, it is mandatory that the data has a column header.


    Zoho CRM Training Programs

    Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

    Zoho CRM Training
      Redefine the way you work
      with Zoho Workplace

        Zoho DataPrep Personalized Demo

        If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

        Zoho CRM Training

          Create, share, and deliver

          beautiful slides from anywhere.

          Get Started Now


            Zoho Sign now offers specialized one-on-one training for both administrators and developers.

            BOOK A SESSION








                                    You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                        Manage your brands on social media

                                          Zoho Desk Resources

                                          • Desk Community Learning Series


                                          • Digest


                                          • Functions


                                          • Meetups


                                          • Kbase


                                          • Resources


                                          • Glossary


                                          • Desk Marketplace


                                          • MVP Corner


                                          • Word of the Day


                                            Zoho Marketing Automation

                                              Zoho Sheet Resources

                                               

                                                  Zoho Forms Resources


                                                    Secure your business
                                                    communication with Zoho Mail


                                                    Mail on the move with
                                                    Zoho Mail mobile application

                                                      Stay on top of your schedule
                                                      at all times


                                                      Carry your calendar with you
                                                      Anytime, anywhere




                                                            Zoho Sign Resources

                                                              Sign, Paperless!

                                                              Sign and send business documents on the go!

                                                              Get Started Now




                                                                      Zoho TeamInbox Resources



                                                                              Zoho DataPrep Resources



                                                                                Zoho DataPrep Demo

                                                                                Get a personalized demo or POC

                                                                                REGISTER NOW


                                                                                  Design. Discuss. Deliver.

                                                                                  Create visually engaging stories with Zoho Show.

                                                                                  Get Started Now









                                                                                                      • Related Articles

                                                                                                      • Import/Upload Data into Zoho Analytics

                                                                                                        Zoho Analytics provides various options to import the data that you have in local files, Web URLs, Cloud drives (Google Spreadsheets, Google Docs etc), Local/Cloud databases, popular business applications and from your custom applications into Zoho ...
                                                                                                      • From files and feeds

                                                                                                        Often you would already have data locally stored in tabular file formats like CSV, XLS (Excel), JSON, and HTML files. The data in such formats could also be available as a URL or Web feed or even some application generated. Zoho Analytics offers easy ...
                                                                                                      • Import data from files

                                                                                                        If you have data stored in local drives in tabular file formats such as CSV, Excel, JSON, etc., you can easily import them into Zoho Analytics. Zoho Analytics offers easy import and copy-paste options of such data to jump start your reporting and ...
                                                                                                      • Import data from PostgreSQL

                                                                                                        If you have your data stored in PostgreSQL local database, then you can easily import your data into Zoho Analytics for reporting & analysis.  Data Import 1. How do I import data from the PostgreSQL local database? 2. How can I edit the setup? You ...
                                                                                                      • Import data from MongoDB

                                                                                                        If you have your data stored in MongoDB, then you can easily import your data into Zoho Analytics for reporting & analysis.  Data Import 1. How do I import data from the MongoDB? 2. How can I edit the setup? You can edit the import setup anytime ...
                                                                                                        Wherever you are is as good as
                                                                                                        your workplace

                                                                                                          Resources

                                                                                                          Videos

                                                                                                          Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                          eBooks

                                                                                                          Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                          Webinars

                                                                                                          Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                          CRM Tips

                                                                                                          Make the most of Zoho CRM with these useful tips.



                                                                                                            Zoho Show Resources