This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
addons:bulk_uploader:format_tips [2012/01/16 16:41] matt created |
addons:bulk_uploader:format_tips [2015/10/28 22:01] (current) geomatt |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Bulk Uploader Formatting Tips===== | + | ======Bulk Uploader Formatting Tips====== |
Certain fields in the Bulk Upload process require their data to be entered in specific ways that are not always immediately obvious. This page should help to document those: | Certain fields in the Bulk Upload process require their data to be entered in specific ways that are not always immediately obvious. This page should help to document those: | ||
- | ===Price=== | + | =====" |
+ | |||
+ | When the word " | ||
+ | |||
+ | =====Price===== | ||
The **price** field is **numeric-only**, | The **price** field is **numeric-only**, | ||
Line 12: | Line 16: | ||
- | ===Category Name/ID=== | + | =====Category Name/ID===== |
When uploading to multiple categories from a single file, you must specify the category for each listing. This must be in a single column, and can take the format of either the category name or ID number. | When uploading to multiple categories from a single file, you must specify the category for each listing. This must be in a single column, and can take the format of either the category name or ID number. | ||
Line 19: | Line 23: | ||
- | ===Date-type Optional Fields=== | + | =====Date-type Optional Fields===== |
Optional Fields of type " | Optional Fields of type " | ||
+ | ===== Multi-Level Fields ===== | ||
+ | |||
+ | With multi-level fields you only need to include the lowest level value within the csv data. For example if you had a multi-level field for Make and Model of cars. The first level would be Make and the second level would be model. | ||
+ | |||
+ | Chevrolet (make) > Impala (model) | ||
+ | | ||
+ | You only need to include " | ||
+ | |||
+ | =====Youtube Video List===== | ||
+ | |||
+ | See the notes on the **List** keyword above. Data to this field may be in any format supported by the front-end video uploader. E.g., both " | ||
+ | |||
+ | =====Locations (Terminal Regions) [List]===== | ||
+ | |||
+ | You may use the bulk uploader to specify regions for each listing, for use with the Geographic Navigation addon. To do so, specify the lowest-level region for each listing. You can specify either the Region ID number (shown next to each region in the Geographic Setup > Regions page) or the name of the region in text form. If your site has multiple regions with identical names, it is recommended to use ID numbers instead of names, to ensure exactly the correct regions are used. | ||
+ | |||
+ | This can be used to set a primary Region, as well as Additional Regions, and will preserve the order of entered data. For example, given the data point " | ||
+ | |||
+ | =====Category-Specific Checkbox List===== | ||
+ | |||
+ | The " | ||
+ | |||
+ | This is a quick way to set multiple " | ||
+ | |||
+ | The Checkbox List accepts a comma-separated list of questions that should be marked as on. For example, if you're using the default questions packaged with the Automobiles category, and you want to upload a car that has GPS, OnStar Technology, and Air Conditioning, | ||
+ | |||
+ | |||
+ | =====Storefront Category ID#===== | ||
+ | |||
+ | You can specify which of a user's storefront categories a bulk uploaded listing should go into. This requires the use of that category' | ||
+ | |||
+ | =====Cost Options===== | ||
+ | |||
+ | ====Option Group #: Group Name==== | ||
+ | |||
+ | This should be a single text string containing the name of an option group | ||
+ | |||
+ | e.g. To add user selections for shirt size, enter: | ||
+ | |||
+ | **Shirt Size** | ||
+ | |||
+ | <tip c n>Tip: for the next four fields, be sure to use a consistent order within each field. To help illustrate this point, we'll demonstrate a single set of options throughout.</ | ||
+ | |||
+ | ====Option Group #: Option Names==== | ||
+ | |||
+ | A comma-separated list of names for each option in this group, in the correct display order | ||
+ | |||
+ | e.g. To add Small, Medium, and Large as choices for shirt sizes, enter: | ||
+ | |||
+ | **Small, | ||
+ | |||
+ | ====Option Group #: Option Costs==== | ||
+ | |||
+ | A comma-separated list of added costs for each option in this group, in the correct display order. Numbers only -- do not include precurrency or postcurrency symbols | ||
+ | |||
+ | e.g. To add no cost to the buyer for choosing a Small or Medium shirt, and $0.50 for choosing Large, enter: | ||
- | ===Images=== | + | **0.00, |
- | ==Image List== | + | ====Option Group #: Option File Slots==== |
- | This is a comma-delimited | + | A comma-separated |
- | " | + | e.g. To associate image 1 with Small shirts, image 2 with Medium shirts, and image 3 with Large shirts, enter: |
- | You can further shorten the required data by using one of the "Base Image Path" settings (see below). | + | **1,2,3** |
- | ==Youtube Video List== | + | ====Option Group #: Option INDIVIDUAL Quantities==== |
- | This works exactly like the Image List, but for videos. The data may be in any format supported by the front-end video uploader. E.g., either " | + | A comma-separated list of quantities |
+ | e.g. If you have 5 Small shirts, 2 Medium shirts, and 16 Large shirts, enter: | ||
- | ==Base Image Path (Step 1) vs. Base Image URL (Step 2)== | + | **5,2,16** |
- | You can specify a " | + | ====COMBINED Quantity Sets==== |
+ | This one can be a bit tricky. It accepts a comma-separated list in this format: **option name 1**+**option name 2**=**quantity of 1 and 2** | ||
- | <tip c h> | + | To give an example, if adding 3 small, black shirts; 5 large, red shirts; and 7 large, black shirts, you would use this expression: |
- | * Base Image Path (Step 1): " | + | |
- | * Listing 1 "Base Image URL": **NONE!** | + | |
- | * Listing 1 "Image List:" " | + | |
- | * Listing 2 "Base Image URL": **NONE!** | + | |
- | * Listing 2 "Image List:" " | + | |
- | </ | + | |
+ | **small+black=3, | ||
- | <tip c h> | + | You are not limited to pairs of options. I.e., **small+black+smelly=1** would work (though we don't recommend selling |
- | * Base Image Path (Step 1): **NONE!** | + | |
- | * Listing 1 "Base Image URL": " | + | |
- | * Listing 1 "Image List:" " | + | |
- | | + | |
- | | + | |
- | </ | + | |
+ | ===== Automatic Title from Other Fields ===== | ||
- | ==Valid Image Paths== | + | If you use the [[startup_tutorial_and_checklist: |
- | The surest way to bulk upload | + | You would do field matching as normal through the second step to the bulk upload |
+ | {{ : | ||
- | ===Geographic Navigation=== | + | and then click the **add a field** button to start setting up each field to populate the title and you will end up with something like the following if you used site wide optional field 1, 2 and 3 to populate the title field: |
- | You may use the bulk uploader to specify a geographic region for each listing. Note, however, that the Geographic Navigation addon uses the core software' | + | {{ : |
- | If you're using a location resolution three levels or deeper, you need to set the region ID of the terminal region in the bulk uploader. You can find that ID number by going to the front-end page for the given region and looking at the URL. For instance, if you would browse listings in a given region at the URL http:// | ||
- | ===Storefront Category ID#=== | ||
- | You can specify which of a user's storefront categories a bulk uploaded listing should go into. This requires the use of that category' |