Order Import File Definition

Size: px
Start display at page:

Download "Order Import File Definition"

Transcription

1 Order Import File Definition Order Import File Definition February 2013 Page 1

2 CONTENTS I. INTRODUCTION TO THE ORDERS IMPORT PROCESS 3 II. SUPPORTED FILE FORMATS 3 1. CSV format 3 a. Supported decimal separators 3 b. Supported date formats 3 c. Supported text qualifiers 4 d. Supported field separators 4 2. XLS(X) format 4 3. XML format 4 a. Supported decimal separators 4 b. Supported date formats 4 III. OBLIGATORY FIELDS 5 1. Import of new transactions 5 a. Sale transactions 5 b. Lead transactions 5 2. Update of existing transactions 5 a. Identification through TransactionId 6 b. Identification through OrderId, RateMode and RateNumber 6 IV. FIELD DEFINITIONS 6 1. TransactionId 6 2. RateMode 6 3. RateNumber 7 4. OrderId 7 5. ProgramId 7 6. PublisherId 7 7. Status 8 8. NetPrice 8 9. CancellationReason RegistrationDate ClickDate SubId 9 Order Import File Definition February 2013 Page 2

3 I. Introduction to the orders import process affilinet offers advertisers various ways to handle their sales and leads. With the file-wise import, advertisers can insert new orders into our platform or update already existing orders. What advertisers call order normally refers to a set of actions, which a customer has performed on the advertiser s system. E.g. if a publisher brokers a new customer to an online shopping platform, and that customer performs his first purchase, subscribes to the newsletter and purchases articles, which shall be remunerated with 2 different sale rates (e.g. one for clothing, one for electronics), 4 different entities could be added to our platform, all assigned to the brokering publisher. These 4 entities are called Transactions within the affilinet platform. So strictly speaking, we are not offering an order import, but rather a transaction import process. II. Supported file formats Order import files can be submitted to us in CSV, XML and XLS format. We recognize the format of the submitted file automatically through the file extension (.csv,.xml,.xls,.xlsx case insensitive). 1. CSV format We accept CSV files up to a size of 2048 kb each. If you need to insert more orders, please submit separate files. The column headers of the obligatory fields must be named as defined in this document, case insensitive. Columns with unknown headers are accepted, but ignored. Each data row must have as many columns as the header row. Column headers must not appear more than once in the header row. The order of the column headers may vary. For the import, please select in the user interface the decimal separator and the date format you are using in your file. Text qualifiers and field separators are recognized automatically. a. Supported decimal separators, (comma). (dot) b. Supported date formats YYYY-MM-DD YYYY.MM.DD YY.MM.DD YYYY/MM/DD YY/MM/DD YYYYMMDD YYMMDD MM-DD-YYYY MM-DD-YY MM/DD/YYYY Order Import File Definition February 2013 Page 3

4 MM/DD/YY DD-MM-YYYY DD-MM-YY DD.MM.YYYY DD.MM.YY DD/MM/YYYY DD/MM/YY c. Supported text qualifiers (double quotes) (single quotes) (none) d. Supported field separators ; (semicolon) (pipe) ^ (caret) \t (tab) 2. XLS(X) format We accept XLS or XLSX files up to a size of 4096 kb each. If you need to insert more orders, please submit separate files. The column headers of the obligatory fields must be named as defined in this document, case insensitive. Columns with unknown headers are accepted, but ignored. 3. XML format We accept XML files up to a size of 8192 kb each. If you need to insert more orders, please submit separate files. The column headers of the obligatory fields must be named as defined in this document, case insensitive. a. Supported decimal separators, (comma). (dot) b. Supported date formats YYYY-MM-DD YYYY.MM.DD YY.MM.DD YYYY/MM/DD YY/MM/DD YYYYMMDD YYMMDD MM-DD-YYYY MM-DD-YY Order Import File Definition February 2013 Page 4

5 MM/DD/YYYY MM/DD/YY DD-MM-YYYY DD-MM-YY DD.MM.YYYY DD.MM.YY DD/MM/YYYY DD/MM/YY III. Obligatory fields 1. Import of new transactions a. Sale transactions At least the following pieces of information must be given: ProgramId OrderId RateMode RateNumber NetPrice PublisherId Status ( Open is obligatory when new) b. Lead transactions At least the following pieces of information must be given: ProgramId OrderId RateMode RateNumber PublisherId Status ( Open is obligatory when new) 2. Update of existing transactions Whenever you want to update a transaction, which is already present in our system, you can access this transaction in 2 different ways: either by specifying the TransactionId, or by specifying the OrderId, RateMode and RateNumber. If all 4 fields are specified, the TransactionId is used and OrderId, RateMode and RateNumber are ignored. The following business rules apply for transactions that are already present in the system: Status Change to open Change to confirm Is open No Yes Yes Is confirmed by AOM* No No No Is manually confirmed No No No Is cancelled by AOM* Yes Yes No Change to cancel Order Import File Definition February 2013 Page 5

6 Is manually cancelled Yes Yes No AOM* = Auto Order Management. Automatic confirmation or cancellation of an order after a predefined time. a. Identification through TransactionId At least the following pieces of information must be given: ProgramId TransactionId Status NetPrice (sales transactions only) b. Identification through OrderId, RateMode and RateNumber At least the following pieces of information must be given: ProgramId OrderId RateMode RateNumber Status NetPrice (sales transactions only) IV. Field definitions 1. TransactionId This is the identifier each transaction gets within our platform. You receive the TransactionId through the order export. If this field is filled, the fields RateMode, RateNumber and OrderId are ignored. If this field is not filled, RateMode, RateNumber and OrderId must be filled. We need either of these in order to unambiguously identify the transaction to which you are referring. Can contain positive integer values between 1 and Thousand separators are not permitted. Must not refer to a transaction which is assigned to a different program. If in XML you submit a data set, where you would like to leave TransactionId unspecified (because you identify the transaction through OrderId, RateMode and RateNumber), then please don t submit a line like this: <TransactionId></TransactionId> because this is interpreted as a TransactionId with the length 0, which is incorrectly formatted. Please instead submit this line as <TransactionId xsi:nil= true /> 2. RateMode The mode of the rate, which is used for the transaction you refer to. Can be either Sale or Lead, case sensitive. Order Import File Definition February 2013 Page 6

7 If in XML you submit a data set, where you would like to leave RateMode unspecified (because you identify the transaction through the TransactionId), then please don t submit a line like this: <RateMode></RateMode> because this is interpreted as a RateMode with the length 0, which is incorrectly formatted. Please instead submit this line as <RateMode xsi:nil= true /> 3. RateNumber The identifier of the rate, which is used for the transaction you refer to. A combination of this RateMode and RateNumber must be defined for your ProgramId. Can contain positive integer values between 1 and Thousand separators are not permitted. If in XML you submit a data set, where you would like to leave RateNumber unspecified (because you identify the transaction through TransactionId), then please don t submit a line like this: <RateNumber></RateNumber> because this is interpreted as a RateNumber with the length 0, which is incorrectly formatted. Please instead submit this line as <RateNumber xsi:nil= true /> 4. OrderId The identifier of the order, which you have defined for this transaction. E.g. the argument of the parameter &order= in a registersale.asp call. Can contain an alphanumerical string with a length of 0 to 40 characters. In order to upload orders with empty OrderIds (length 0) into our system, your key accounter or support must have adapted your program settings. Otherwise, the length must be between 1 and 40 characters. If in XML you submit a data set, where you would like to leave OrderId unspecified (because you identify the transaction through the TransactionId), then please don t submit a line like this: <OrderId></OrderId> because this is interpreted as a OrderId with the length 0, which is incorrectly formatted. Please instead submit this line as <OrderId xsi:nil= true /> 5. ProgramId The identifier of the program, for which you would like to insert or update the transactions. Must be equal to the ID of the program, for which you are logged in while you perform the import. Can contain positive integer values between 1 and Thousand separators are not permitted. 6. PublisherId Order Import File Definition February 2013 Page 7

8 The identifier of the publisher, which shall be assigned to this transaction. At the time of the import, you need to have an accepted partnership with this publisher and the publisher must be active. Can contain positive integer values between 1 and Thousand separators are not permitted. If in XML you submit a data set, where you would like to leave PublisherId unspecified, then please don t submit a line like this: <PublisherId></PublisherId> because this is interpreted as a PublisherId with the length 0, which is incorrectly formatted. Please instead submit this line as <PublisherId xsi:nil= true /> 7. Status The status, which the transaction shall receive through this import. Can be any of these strings (case sensitive): Open Confirmed Cancelled Please note that in the import of new transactions, the status must be set to Open. 8. NetPrice In transactions with the RateMode Sale, this is the monetary value, which shall be used to calculate the publisher commission, applying the submitted rate. Typically, this is the shopping cart value of a customer in an online shopping session. Can optionally be defined for lead transactions. Can contain positive decimal numbers with two decimal places. Thousand separators are not permitted. Must always be greater than 0. If you would like to reduce the commission to 0, please set the Status of the transaction to Cancelled, define a CancellationReason and leave the NetPrice at its previous value. 9. CancellationReason If a transaction is cancelled or the NetPrice is changed, the publisher shall be informed why this has been done. E.g. because it was booked twice, or a customer sent goods back, Can contain an alphanumerical string with a length of 5 to 100 characters. If in XML you submit a data set, where you would like to leave CancellationReason unchanged, then please don t submit a line like this: <CancellationReason></CancellationReason> because this is interpreted as a CancellationReason with the length 0, which is incorrectly formatted. Please instead submit this line as <CancellationReason xsi:nil= true /> Order Import File Definition February 2013 Page 8

9 10. RegistrationDate This is the date when the order has been generated within your system. This field is only considered when a new transaction is submitted into our system with this import. Cannot be changed afterwards. Can contain any date in the past, but max. 60 days before the current date. Cannot be before the ClickDate. Must be formatted in any of our supported date formats. Please note: if you open a CSV file in Excel the date is sometimes displayed in a different format than it is saved in the CSV file. If you get a date format error when importing this file, please check the date format in a text editing software such as Windows Notepad. 11. ClickDate This is the date of the click, which led to the generation of the transaction. This field is only considered when a new transaction is submitted into our system with this import. Cannot be changed afterwards. Can contain any date in the past, between today and the start of your program on the affilinet platform. Cannot be after the RegistrationDate. Must be formatted in any of our supported date formats. Please note: if you open a CSV file in Excel the date is sometimes displayed in a different format than it is saved in the CSV file. If you get a date format error when importing this file, please check the date format in a text editing software such as Windows Notepad. 12. SubId The column SubId can be included in the CSV import file. But it will not be displayed in the CSV export file. The column is optional it contains the SubId for publishers. The entry in this column can have a maximum length of 80 characters. Order Import File Definition February 2013 Page 9

affilinet Advertiser Web Services

affilinet Advertiser Web Services affilinet Advertiser Web Services Contents 1. Getting Access 1 2. Toolbox Web Service 1 2.1 GetChannels 1 2.1.1 Parameters 1 2.1.2 Return Types 2 2.2 GetCreativesPerType 2 2.2.1 Parameters 2 2.2.2 Return

More information

Business ebanking Reference Guide

Business ebanking Reference Guide Business ebanking Reference Guide Positive Pay bankwithunited.com POSITIVE PAY About Positive Pay Positive Pay helps to prevent check fraud by allowing company users to examine questionable checks and

More information

Positive Pay // Business ebanking

Positive Pay // Business ebanking Positive Pay // Business ebanking Positive Pay Importing and Manage Exception Items About Positive Pay Positive Pay matches posted check information with check issue items like serial number and amount

More information

MONEY TRANSFER. Import & Approval User Guide

MONEY TRANSFER. Import & Approval User Guide MONEY TRANSFER Import & Approval User Guide 1 TABLE OF CONTENTS Overview & Requirements.... 2 MT Import Service... 4 MT Wire Approval.... 6 MT Wire Report.... 9 1 OVERVIEW & REQUIREMENTS The Money Transfer

More information

Deposit Express User Guide

Deposit Express User Guide Deposit Express User Guide 877-305-7125 ColumbiaBank.com 253-123-4567 ColumbiaBank.com Table of Contents Deposit Express Support 3 Support Contact Information 3 Hours of Support 3 Logging in to Deposit

More information

Wire File Import + Upload // Business ebanking

Wire File Import + Upload // Business ebanking Wire File Import + Upload // Business ebanking About Wire File Import Company users who have any of the one-time or template-based services enabled (and appropriate account entitlements) can import files

More information

Business Online TM. Positive Pay - Adding Issued Items. Quick Reference Guide

Business Online TM. Positive Pay - Adding Issued Items. Quick Reference Guide Business Online TM Positive Pay - Adding Issued Items Quick Reference Guide Positive Pay Adding Issued Items Manually or Using Templates Positive Pay is a risk management solution that provides the ability

More information

Custom Import Client User Guide

Custom Import Client User Guide Custom Import Client User Guide Powerpay Ceridian HCM, Inc. Table of Contents Custom Import... 3 What Is It?... 3 Why Use It?... 3 How Does It Work?... 3 Getting Started... 5 Review the Powerpay File Import

More information

Importing, Exporting, and ing Data

Importing, Exporting, and  ing Data Importing, Exporting, and Emailing Data Importing Data Before importing data into the system you should create a new database backup file and make sure no other users are entering data in the system. The

More information

How to Use efilemyforms.com

How to Use efilemyforms.com How to Use efilemyforms.com Technical Support Phone: (866) 598-1217 Fax: (800) 526-1040 Technical Support Hours Normal Hours February 1 - January 5 Monday - Friday, 7am - 5pm PST via Phone and LiveChat

More information

Documentation Accessibility. Access to Oracle Support. Supported Browsers

Documentation Accessibility. Access to Oracle Support. Supported Browsers Oracle Cloud Known Issues for Oracle Business Intelligence Cloud Service E37404-12 March 2018 Known Issues Learn about the issues you may encounter when using Oracle Business Intelligence Cloud Service

More information

Import Data. Event List. Comma-Separated Value File (.csv)

Import Data. Event List. Comma-Separated Value File (.csv) Event List Comma-Separated Value File (.csv) Event Study Metrics Copyright 2011 Event Study Metrics UG (haftungsbeschränkt) This software product, including program code and manual, is copyrighted, and

More information

Gradebook Export/Import Instructions

Gradebook Export/Import Instructions Gradebook Export/Import Instructions Introduction Canvas gives the option to export the gradebook to a CSV file. You can open this file in a spreadsheet program and add or change grades, add columns and

More information

Updating Users. Updating Users CHAPTER

Updating Users. Updating Users CHAPTER CHAPTER 18 Update the existing user information that is in the database by using the following procedure:, page 18-1 Retaining Stored Values, page 18-2 Using the BAT Spreadsheet to Create a CSV Data File

More information

User s Manual for the WebBilling Tool Import Invoice Files. Travel Market Industry

User s Manual for the WebBilling Tool Import Invoice Files. Travel Market Industry User s Manual for the WebBilling Tool Import Invoice Files Travel Market Industry Foreword Data and design subject to change without notice. Supply subject to availability. 2015 Copyright Voxel Group.

More information

Today s Experts. Mastering Dates Using SEQUEL 1. Technical Consultant. Technical Consultant

Today s Experts. Mastering Dates Using SEQUEL 1. Technical Consultant. Technical Consultant Today s Experts Steven Spieler Vivian Hall Technical Consultant Technical Consultant Mastering Dates Using SEQUEL 1 Mastering Dates Using SEQUEL Mastering Dates Using SEQUEL 2 Working with dates on the

More information

Customer Instructions Manual

Customer Instructions Manual 2017 Customer Instructions Manual B2B Web Tool by LALIZAS Version: 05 13/9/2017 Contents 01 ORDER... 2 01.1 QUICK ORDER... 2 01.1.1 QUICK ORDER WITH CSV FILE... 4 01.2 STANDARD ORDER... 7 02 OFFERS...

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

User Guide for ACH Transactions

User Guide for ACH Transactions User Guide for ACH Transactions This guide explains the Direct Deposit application in detail. Creating a New ACH Template: Select the ACH Tab in the navigation bar Choose maintenance from the options presented

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

Chapter 5: Compatibility of Data Files

Chapter 5: Compatibility of Data Files Importing data from other format Files Chapter 5: Compatibility of Data Files Importing Text Files Creating a translation structure Example. Import 'EmployeePayroll.txt' as 'EmployeePayroll.mb' Importing

More information

Guide to Importing Data

Guide to Importing Data Guide to Importing Data CONTENTS Data Import Introduction... 3 Who should use the Gold-Vision Import Client?... 3 Prepare your data... 3 Downloading and installing the import client... 7 Step One Getting

More information

Importing Exporting and Publishing data

Importing Exporting and Publishing data 2 Table of Contents I. Importing resources... 1 1. DEFINITION... 1 2. CONFIGURATION... 1 Create an import context... 1 Definition of the import context... 4 Modification to an import context... 12 Delete

More information

Time Sync, Inc. Schedule Master STATEMENT MODULE v1. User Guide

Time Sync, Inc. Schedule Master STATEMENT MODULE v1. User Guide Time Sync, Inc. Schedule Master STATEMENT MODULE v1 User Guide ScheduleMaster STATEMENT MODULE User Guide 2002 Time Sync, Inc. 202 North Curry Street, Suite 100 Carson City, Nevada 89703 www.timesync.com

More information

Lockbox: Imaging User Guide

Lockbox: Imaging User Guide Lockbox: Imaging User Guide What is Wholesale Lockbox Image? Wholesale Lockbox Image provides lockbox deposit information and associated images, including checks, invoices, and/or correspondence (i.e.,

More information

Asset Keeper Pro - Import Assets

Asset Keeper Pro - Import Assets Asset Keeper Pro - Import Assets Asset Keeper Pro - Import Assets Page 1 Import Assets Data can be imported into Asset Keeper Pro from either an Excel file or CSV file. The import option is located in

More information

2475 Palm Bay Rd Suite 110 Palm Bay, FL Office: Fax: Temp-Taker 3.

2475 Palm Bay Rd Suite 110 Palm Bay, FL Office: Fax: Temp-Taker 3. 2475 Palm Bay Rd Suite 110 Palm Bay, FL 32905 Office: 321-676-3194 Fax: 321-674-7018 Info@ITDFoodSafety.com Temp-Taker 3 SFTP Edition T3SFTP01-150826 Notices The information in this document is provided

More information

Importing Local Contacts from Thunderbird

Importing Local Contacts from Thunderbird 1 Importing Local Contacts from Thunderbird Step 1, Export Contacts from Thunderbird In Thunderbird, select Address Book. In the Address Book, click on Personal Address Book and then select Export from

More information

PINACLE. ACH Import Tip Card USING ACH IMPORT CREATING AN IMPORT PROFILE TREASURY MANAGEMENT

PINACLE. ACH Import Tip Card USING ACH IMPORT CREATING AN IMPORT PROFILE TREASURY MANAGEMENT PINACLE ACH Impt Tip Card USING ACH IMPORT The Impt feature of ACH can be used when you have a file containing batch, template, receiver infmation, but instead of manually keying the infmation into ACH,

More information

Absolutely! STATE BANK & TRUST COMPANY ARP/POSITIVE PAY USER GUIDE

Absolutely! STATE BANK & TRUST COMPANY ARP/POSITIVE PAY USER GUIDE Absolutely! STATE BANK & TRUST COMPANY ARP/POSITIVE PAY USER GUIDE ARP / POSITIVE PAY Positive Pay is an automated fraud detection tool to help you feel secure about the money coming out of your accounts

More information

Guide to MSRS Report Standards

Guide to MSRS Report Standards Guide to MSRS Report Standards This document contains general information about information that appears on most MSRS reports. This information will not be listed in each MSRS report design document; therefore,

More information

Adobe Captivate Monday, February 08, 2016

Adobe Captivate Monday, February 08, 2016 Slide 1 - Slide 1 MT+ How to export and import mobilities In this demo you will see how to export the template or the list of existing mobilities, an explanation of the format of the CSV file how to use

More information

SPECIFICATION OF SUBID DOWNLOAD/UPLOAD

SPECIFICATION OF SUBID DOWNLOAD/UPLOAD SPECIFICATION OF SUBID DOWNLOAD/UPLOAD Table of contents 1 File Upload... 4 1.1 Record format... 5 1.2 Checks during import... 6 1.3 Replace existing SubIDs... 6 1.4 Add new SubIDs... 7 1.5 Error Messages...

More information

GiftWorks Import Guide Page 2

GiftWorks Import Guide Page 2 Import Guide Introduction... 2 GiftWorks Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

Walter TOOLSHOP. Customer manual. File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 Last update: 09/04/ :49:00 by Andrea Berndt

Walter TOOLSHOP. Customer manual. File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 Last update: 09/04/ :49:00 by Andrea Berndt Walter Customer manual File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 The advantages of TOOL SHOP Up-to-date stock availability & price information Quick access to all tools information 7 days a

More information

Technical support:

Technical support: Technical support: support@tractiononline.com 1-866-868-4625 1 TRACTIONONLINE.COM offers different features. This guide is divided into 2 sections. SECTION 1: Your first order Place a quick order in your

More information

Factory Direct Ordering Hosted Vendor Solution Vendor Quick Start Guide V. 7.4 July 21, Developed by

Factory Direct Ordering Hosted Vendor Solution Vendor Quick Start Guide V. 7.4 July 21, Developed by Factory Direct Ordering Hosted Vendor Solution Vendor Quick Start Guide V. 7.4 July 21, 2016 Developed by FDO Hosted Vendor Solution Copyright 2012 Advance Stores Company, Incorporated ALL RIGHTS RESERVED,

More information

Table of content. Which file formats can be used to import subscribers? What is an Excel file? What is a CSV file?...

Table of content. Which file formats can be used to import subscribers? What is an Excel file? What is a CSV file?... A User Guide Zoho Campaigns allows you to import subscribers from other sources into a mailing list. Before you begin importing subscribers, make sure that you ve created a mailing list to save the data.

More information

Directory List & Print Pro by Infonautics GmbH, Switzerland

Directory List & Print Pro by Infonautics GmbH, Switzerland Directory List & Print Pro by Infonautics GmbH, Switzerland Directory List & Print is a software tool for Windows and enables listing and printing the content of any directory in a simplest way. By copying

More information

How to Use efilemyforms.com

How to Use efilemyforms.com How to Use efilemyforms.com Technical Support Phone: (866) 498-1217 Fax: (800) 526-1040 Technical Support Hours Normal Hours February 1 - December 31 Monday - Friday, 8am - 4pm PST Saturday & Sunday -

More information

Report Commander 2 User Guide

Report Commander 2 User Guide Report Commander 2 User Guide Report Commander 2.5 Generated 6/26/2017 Copyright 2017 Arcana Development, LLC Note: This document is generated based on the online help. Some content may not display fully

More information

TungSpot User Manual Last Update 5/20/2013

TungSpot User Manual Last Update 5/20/2013 TungSpot User Manual Last Update 5/20/2013 TungSpot User Manual 1. Introduction... 2 1.1 Overview... 2 1.2 Login... 2 1.3 Navigation Tools... 3 2. Homepage... 4 2.1 Overview of Home Page... 4 2.2 My Purchases...

More information

Adding Users. Adding Users CHAPTER

Adding Users. Adding Users CHAPTER CHAPTER 15 You can use Cisco Unified Communications Manager Bulk Administration (BAT) to add a group of new users and to associate users to phones and other IP Telephony devices in the Cisco Unified Communications

More information

Universal Format Plug-in User s Guide. Version 10g Release 3 (10.3)

Universal Format Plug-in User s Guide. Version 10g Release 3 (10.3) Universal Format Plug-in User s Guide Version 10g Release 3 (10.3) UNIVERSAL... 3 TERMINOLOGY... 3 CREATING A UNIVERSAL FORMAT... 5 CREATING A UNIVERSAL FORMAT BASED ON AN EXISTING UNIVERSAL FORMAT...

More information

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist.

Exploring the Microsoft Access User Interface and Exploring Navicat and Sequel Pro, and refer to chapter 5 of The Data Journalist. Chapter 5 Exporting Data from Access and MySQL Skills you will learn: How to export data in text format from Microsoft Access, and from MySQL using Navicat and Sequel Pro. If you are unsure of the basics

More information

Express Deposit User Guide

Express Deposit User Guide Express Deposit User Guide The contents of this user guide are proprietary and the exclusive property of LegacyTexas Bank. Table of Contents Accessing Express Deposit... 3 Website Authentication....5 Navigating

More information

Spreadsheet Training. By Billy R. Williams, PhD, President Inspire a Nation Business Mentoring

Spreadsheet Training. By Billy R. Williams, PhD, President Inspire a Nation Business Mentoring Spreadsheet Training By Billy R. Williams, PhD, President The ability to understand and use the functionality of a spreadsheet is quickly becoming a lost art. Because of this, many businesses are spending

More information

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2

Edition 3.2. Tripolis Solutions Dialogue Manual version 3.2 2 Edition 3.2 Tripolis Solutions Dialogue Manual version 3.2 2 Table of Content DIALOGUE SETUP... 7 Introduction... 8 Process flow... 9 USER SETTINGS... 10 Language, Name and Email address settings... 10

More information

Rail Mall 4.0. User manual

Rail Mall 4.0. User manual Rail Mall 4.0 User manual siemens.com/railmall Table of content Rail Mall 4.0 At a glance 3 Search Options 5 Registration at Rail Mall 8 Order Process 11 Wishlist 17 Price and Material Request 20 Miscellaneous

More information

Recipe Costing: How To Import Your Supplier's Price Data - 1

Recipe Costing: How To Import Your Supplier's Price Data - 1 Recipe Costing: How To Import Your Supplier's Price Data This tutorial shows you how to import your supplier's price data into Shop'NCook Pro software and how to update the price information. Exporting

More information

Documentation: Data Import Tool

Documentation: Data Import Tool 1 Documentation: Data Import Tool 1. Purpose The purpose of the import tool is to bring data from any other accounting or e commerce program into AccountingSuite in a quick, efficient way. 2. User Definition

More information

Spreadsheet Training. By Billy R. Williams, PhD, President Inspire a Nation Business Mentoring

Spreadsheet Training. By Billy R. Williams, PhD, President Inspire a Nation Business Mentoring Spreadsheet Training By Billy R. Williams, PhD, President The ability to understand and use the functionality of a spreadsheet is quickly becoming a lost art. Because of this, many businesses are spending

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

Analytics External Data Format Reference

Analytics External Data Format Reference Analytics External Data Format Reference Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Asset Keeper Pro - Import Assets. Import Assets

Asset Keeper Pro - Import Assets. Import Assets Import Assets Data can be imported into Asset Keeper Pro from either an Excel file or CSV file. The import option is located in the File menu in the Import / Export Assets submenu. Before importing you

More information

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button:

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button: Totality 4 Import How to Import data into Totality 4. Totality 4 will allow you to import data from an Excel spreadsheet or CSV (comma separated values). You must have Microsoft Excel installed in order

More information

DISCLAIMER Whilst every effort has been made

DISCLAIMER Whilst every effort has been made PUBLISHED BY Gallagher Group Limited Kahikatea Drive, Private Bag 3026 Hamilton, New Zealand www.gallagherams.com Copyright Gallagher Group Limited 2011. All rights reserved. Patents Pending. MyScale Pro

More information

Table of Contents. Navigate the Management Menu. 911 Management Page

Table of Contents. Navigate the Management Menu. 911 Management Page ucontrol Managing 911 Information Important note regarding 911 service: VoIP 911 service has certain limitations relative to Enhanced 911 service that is available on most traditional telephone service.

More information

Transaction Import Setup

Transaction Import Setup Transaction Import Setup Before transactions can be imported an Import Template should be setup. This is selected from the Setup Defaults section on the menu bar. The setup screen allows for one or more

More information

Public UBS MTF. MiFID II Identifier Management

Public UBS MTF. MiFID II Identifier Management Public UBS MTF MiFID II Identifier Management August 2017 Table of contents 1. Revision History 3 2. Summary 3 2.1. Background 3 2.2. Functionality 4 2.3. Service Access 4 2.4. Interface changes 4 3. Submission

More information

LSMW (Legacy System Migration Workbench) Published by Team of SAP Consultants at SAPTOPJOBS Visit us at.

LSMW (Legacy System Migration Workbench) Published by Team of SAP Consultants at SAPTOPJOBS Visit us at. LSMW (Legacy System Migration Workbench) Published by Team of SAP Consultants at SAPTOPJOBS Visit us at Copyright 2007-09@SAPTOPJOBS All rights reserved. No part of this publication may be reproduced,

More information

Full file at

Full file at SQL for SQL Server 1 True/False Questions Chapter 2 Creating Tables and Indexes 1. In order to create a table, three pieces of information must be determined: (1) the table name, (2) the column names,

More information

Spreadsheet Upload IBM Replenishment Supply Collaboration Application. External Release 3.0. Version 04. IBM User

Spreadsheet Upload IBM Replenishment Supply Collaboration Application. External Release 3.0. Version 04. IBM User Spreadsheet Upload IBM RSC@ Replenishment Supply Collaboration Application External Release 3.0 Version 04 IBM User Table of Contents TABLE OF CONTENTS...2 PREFACE...3 Document Structure...3 GENERAL SPREADSHEET

More information

Download Instructions

Download Instructions Download Instructions The download page provides several options for importing data back into your applications. The Excel template will automatically format the data within the commadelimited file. The

More information

Manage Phone Books. Phone Books and Contacts

Manage Phone Books. Phone Books and Contacts On the Phone Books tab of the Cisco Finesse administration console, you can create and manage global and team phone books and phone book contacts. Global phone books are available to all agents; team phone

More information

Portfolio Link Server Application. Telemet America, Inc.

Portfolio Link Server Application. Telemet America, Inc. Portfolio Link Server Application Telemet America, Inc. Table of Contents Telemet Portfolio Link - Server Application... 3 Portfolio Link Server Application Setup Steps... 3 Config.xml Modification:...

More information

Multi Vendor DropShipping - Configuration. Configuration. Back to User Guides (//creativeminds.helpscoutdocs.com/category/1092- dropship-m1)

Multi Vendor DropShipping - Configuration. Configuration. Back to User Guides (//creativeminds.helpscoutdocs.com/category/1092- dropship-m1) / Multi Vendor DropShipping - Configuration Configuration Back to User Guides (//creativeminds.helpscoutdocs.com/category/1092- dropship-m1) At the Admin Panel you can access the main configuration screen

More information

EST151: Maintain Parts

EST151: Maintain Parts EST151: Maintain Parts CERTIFIED COURSE CURRICULUM SAGE UNIVERSITY IMPORTANT NOTICE This document and the Sage 100 Contractor software may be used only in accordance with the Sage 100 Contractor End User

More information

GADS Wind Hands-On Session

GADS Wind Hands-On Session GADS Wind Hands-On Session GADS Wind Training Module 18 February, 2018 Topics Hands-On Session Overview Preparation o Utility ID o Files o Request and Receive PIN Exercises 2 Overview Hands-on Session

More information

Supplier Quality Optimization Program ecert User Manual

Supplier Quality Optimization Program ecert User Manual Supplier Quality Optimization Program ecert User Manual Document Approval Name of Approver Defined in PDM Defined in PDM Defined in PDM Defined in PDM Role of Approver (per GSM) Author Project Manager

More information

Import Data. Dataset. Comma-Separated Value File (.csv)

Import Data. Dataset. Comma-Separated Value File (.csv) Dataset Comma-Separated Value File (.csv) Event Study Metrics Copyright 2011 Event Study Metrics UG (haftungsbeschränkt) This software product, including program code and manual, is copyrighted, and all

More information

.txt - Exporting and Importing. Table of Contents

.txt - Exporting and Importing. Table of Contents .txt - Exporting and Importing Table of Contents Export... 2 Using Add Skip... 3 Delimiter... 3 Other Options... 4 Saving Templates of Options Chosen... 4 Editing Information in the lower Grid... 5 Import...

More information

POSITIVE PAY FILE LAYOUT FORMATS

POSITIVE PAY FILE LAYOUT FORMATS POSITIVE PAY FILE LAYOUT FORMATS The following tables provide the field name, maximum or exact length, and format/description for the data elements in each positive pay file layout. Check with your bank

More information

Electronic Sales Platform User s Manual

Electronic Sales Platform User s Manual Electronic Sales Platform User s Manual Version 1.1 2018 St. Petersburg 2 CONTENTS Preface... 3 1 Introduction... 4 1.1 Workstation Requirements and Settings... 4 1.2 Starting application... 5 2 Summary

More information

ESHOP USER GUIDE. Document details. Version 1.0. Valid from Contact Responsible Person

ESHOP USER GUIDE. Document details. Version 1.0. Valid from Contact Responsible Person Document details Topic Comment Name of Guideline eshop User Guide Version 1.0 Valid from 01.12.2016 Responsible Unit Sales, eshop Team Contact Responsible Person eshop-emea@styrolution.com Ekaterina Kuzmina;

More information

TopView SQL Configuration

TopView SQL Configuration TopView SQL Configuration Copyright 2013 EXELE Information Systems, Inc. EXELE Information Systems (585) 385-9740 Web: http://www.exele.com Support: support@exele.com Sales: sales@exele.com Table of Contents

More information

comma separated values .csv extension. "save as" CSV (Comma Delimited)

comma separated values .csv extension. save as CSV (Comma Delimited) What is a CSV and how do I import it? A CSV is a comma separated values file which allows data to be saved in a table structured format. CSVs look like normal spreadsheet but with a.csv extension. Traditionally

More information

Importing Customer Information into ProductCart

Importing Customer Information into ProductCart Overview This document is an excerpt from the ProductCart User Guide. You can download the latest version of the ProductCart User Guide here. ProductCart v2.6 and above include the ability to import customer

More information

How to Import a Text File into Gorilla 4

How to Import a Text File into Gorilla 4 Bill Good Marketing Excel: Text to Columns How to Import a Text File into Gorilla 4 The information in this article applies to: Importing a text file into the Gorilla database. Questions that apply to

More information

Athletic schedules Book lists Coaches Alumni. District

Athletic schedules Book lists Coaches Alumni. District Overview With the Directories & Lists () enhancement module, you can create, manage and deploy searchable lists for use by the visitors to your website. Examples of what might be used for include: Directories

More information

Parts List Processor Cutlist Requriements

Parts List Processor Cutlist Requriements Parts List Processor Cutlist Requriements This document is intended to instruct in the creation of delimited files that can be successfully interpreted by the RazorGage Parts List Processor software. The

More information

Advance payment request User Manual

Advance payment request User Manual Interreg Italy-Croatia CBC Programme 2014-2020 SIU Management and monitoring system Advance payment request User Manual Version 1.0 of 03 May 2018 2 TABLE OF CONTENT INTRODUCTION... 4 SIU STANDARD FUNCTIONS

More information

HSA Contribution Guide. How to set up and send employer-directed HSA contributions

HSA Contribution Guide. How to set up and send employer-directed HSA contributions HSA Contribution Guide How to set up and send employer-directed HSA contributions Introduction $ A tax-advantaged health spending account (HSA) gives your employees flexibility in how they save and spend

More information

User Guide. Created: Tuesday, August 06, OCI ChequeWriter System

User Guide. Created: Tuesday, August 06, OCI ChequeWriter System User Guide Created: Tuesday, August 06, 2013 Copyright OC Innovations Pte Ltd. All rights reserved. http://www.ocisystem.com/ The information contained in this document is subject to change without notice.

More information

ecommerce USER GUIDE

ecommerce USER GUIDE ecommerce USER GUIDE ecommerce USER GUIDE TABLE OF CONTENTS Page Page Page Page Page 7 Page 8 Page 9 Page 0 Page Page Page Page Page 7 Page 8 Page 9 Page 0 What s New in the Latest Version Login Ask to

More information

Technical support:

Technical support: Technical support: support@cadel.com 866-868-4625 1 ECOMMERCE.CADEL.CA The Cadel online ordering website is very informative and offers great flexibility VERY INFORMATIVE: The search engine helps you find

More information

Data Link PC Software Application

Data Link PC Software Application Product: Data Link PC Software Application Data Link Version 5.11.0 2018-06-11 Download Treatment Expiry Dates from XR5000 on version 3.3.0 and above. Data Link Version 5.10.6 2018-05-07 Fixed importing

More information

You can import data from a CSV file into an existing table or to a new table. The steps are almost identical:

You can import data from a CSV file into an existing table or to a new table. The steps are almost identical: Importing Table Data Only in DbVisualizer Pro This feature is only available in the DbVisualizer Pro edition. You can import data using the Import Table Data wizard. Input File Format and Other Options

More information

BGE s Customer Consumption Data Website Guidelines

BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Web (CDWeb) application provides gas and electricity suppliers, brokers, aggregators, third-party consultants and curtailment

More information

PCCW mobile SMS Web Access 2.0 User Guide

PCCW mobile SMS Web Access 2.0 User Guide PCCW mobile SMS Web Access 2.0 User Guide Version 2.1.2 11 March 2011 Version: 2.1.2 Table of Content 1 Introduction... 4 2 General... 5 2.1 Getting started... 5 2.2 Login/Logout... 5 2.3 Switch between

More information

StreamServe Persuasion SP5 XMLOUT

StreamServe Persuasion SP5 XMLOUT StreamServe Persuasion SP5 XMLOUT User Guide Rev A StreamServe Persuasion SP5 XMLOUT User Guide Rev A 2001-2010 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

Importing in Offertory Donations from Spreadsheets into Connect Now

Importing in Offertory Donations from Spreadsheets into Connect Now Importing in Offertory Donations from Spreadsheets into Connect Now When you have an excel spreadsheet that has donations in it, if you have a key identifier, such as an envelope number, then the spreadsheet

More information

User Manual SL-DD-Collect-1 v2.0.9 (with v2010)

User Manual SL-DD-Collect-1 v2.0.9 (with v2010) User Manual SL-DD-Collect-1 v2.0.9 (with v2010) Objective A means to collect money from customer accounts via the Sales Ledger in Sage 200 using Direct Debit mechanisms provided by BACS systems, in a similar

More information

Contribution Notice of Deposit Upload File Specification

Contribution Notice of Deposit Upload File Specification Contribution Notice of Deposit Upload File Specification General Description Notations Used File Naming Convention Header Record Description Notice of Contribution Deposit Detail Record Description Allocation

More information

USER MANUAL BULK UPLOAD CONTENTS FEBRUARY 2014 INTRODUCTION 2 1. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4

USER MANUAL BULK UPLOAD CONTENTS FEBRUARY 2014 INTRODUCTION 2 1. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4 USER MANUAL BULK UPLOAD CONTENTS INTRODUCTION 2. HOW DO I ACCESS THE BULK UPLOAD FACILITY? 3 2. BULK UPLOAD CODES 4 3. BULK UPLOAD TEMPLATE - EXCEL FORMAT 5 4. BULK UPLOAD TEMPLATE - CSV FORMAT 0 5. ACW

More information

Import Data. Event List. Comma-Separated Value File (.csv)

Import Data. Event List. Comma-Separated Value File (.csv) Event List Comma-Separated Value File (.csv) Event Study Metrics Copyright 2011 Event Study Metrics UG (haftungsbeschränkt) This software product, including program code and manual, is copyrighted, and

More information

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY LIFE LONG LEARNING LEVEL 2 2018 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully

More information

Inxmail Professional 4.4 in five steps (test accounts)

Inxmail Professional 4.4 in five steps (test accounts) How-to Inxmail Professional 4.4 in five steps (test accounts) Use this document as an introduction to help get you started with Inxmail Professional. The five steps presented here take you through the

More information

Get to know Inxmail Professional 4.4 in five easy steps

Get to know Inxmail Professional 4.4 in five easy steps How-to Get to know Inxmail Professional 4.4 in five easy steps Use this document as an introduction to help get you started with Inxmail Professional. The five steps presented here take you through the

More information

NFRC ACCREDITED SIMULATION LABORATORY LPL PHASE II TRAINING. June 14 & 16, 2016

NFRC ACCREDITED SIMULATION LABORATORY LPL PHASE II TRAINING. June 14 & 16, 2016 NFRC ACCREDITED SIMULATION LABORATORY LPL PHASE II TRAINING June 14 & 16, 2016 NFRC CPD PROJECT: LARGE PRODUCT LINE - PHASE II Agenda Details of CSV and XLS upload spreadsheets CPD streamline upload procedure

More information