User Tools

Site Tools


addons:bulk_uploader:format_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
addons:bulk_uploader:format_tips [2014/09/25 16:55]
127.0.0.1 external edit
addons:bulk_uploader:format_tips [2015/10/28 22:01] (current)
geomatt
Line 2: Line 2:
  
 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:
 +
 +====="List" Keyword=====
 +
 +When the word "List" is used in a column name in the bulk uploader (as in "Images List" or "Locations (Terminal Regions) [List]"), it indicates that field accepts a comma-delimited list of multiple values. Note that item order within a **List** field is preserved (e.g. the ultimate Display Order of images added via **Image List** will match the order in which they appear in the **List**)
  
 =====Price===== =====Price=====
Line 31: Line 35:
 You only need to include "Impala" within the  csv data and assign that field to the multi-level field.  If for instance you happen to include make in one column and model in another column of your csv data just assign the column that contains the model to the multi-level field in the bulk upload configuration and the software will assign "Impala" at the "model level" and auto assign "Chrevrolet" at the make level. You only need to include "Impala" within the  csv data and assign that field to the multi-level field.  If for instance you happen to include make in one column and model in another column of your csv data just assign the column that contains the model to the multi-level field in the bulk upload configuration and the software will assign "Impala" at the "model level" and auto assign "Chrevrolet" at the make level.
  
 +=====Youtube Video List=====
  
-=====Images=====+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 "http://www.youtube.com/watch?v=dQw4w9WgXcQ" or simply "dQw4w9WgXcQ" are acceptable inputs.
  
-====Image List====+=====Locations (Terminal Regions) [List]=====
  
-This is a comma-delimited list of all the image URLs to use for each listing. This functions the same as using each of the "Image URL #" columns, but combines them into one columnFor examplethis column's data for a given listing might read:+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 formIf your site has multiple regions with identical namesit is recommended to use ID numbers instead of names, to ensure exactly the correct regions are used.
  
-"http://example.com/images/mypic1.jpg,http://example.com/images/mypic2.jpg,http://example.com/images/mypic3.jpg"+This can be used to set a primary Region, as well as Additional Regions, and will preserve the order of entered dataFor example, given the data point "Dallas, Forth Worth, Waco" the listing's primary Region will be Dallas, while it will have Fort Worth and Waco as Additional Regions.
  
-You can further shorten the required data by using one of the "Base Image Path" settings (see below).+=====Category-Specific Checkbox List=====
  
-====Youtube Video List====+The "Checkbox List" will appear as an option during Step 2, in the Category Questions dropdown.
  
-This works exactly like the Image List, but for videosThe data may be in any format supported by the front-end video uploaderE.g., either "http://www.youtube.com/watch?v=dQw4w9WgXcQ" or simply "dQw4w9WgXcQ"+This is a quick way to set multiple "checkboxes" in a listing to true. You will need to know the internal ID number of each checkbox you want to setThis number appears in (parenthesis) after the Name of each question on the Category Questions admin page.
  
 +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, you could enter "152,153,166" in the Checkbox List field.
  
-====Base Image Path (Step 1) vs. Base Image URL (Step 2)==== 
- 
-You can specify a "base" path to your images in one of two locations. **DO NOT USE THEM BOTH.** Those places are either the "Base Image Path" setting on Step 1 of the upload process, or by setting a column of the upload data to be the "Base Image URL" on Step 2. The Step 1 path setting applies to EVERY listing in the source file, while the Step 2 base url setting may be different for each listing. Here are some examples of ways the two settings can both be useful: 
- 
- 
-<tip c h> 
-  * Base Image Path (Step 1): "http://example.com/images/" 
-  * Listing 1 "Base Image URL": **NONE!** 
-  * Listing 1 "Image List:" "mypic1.jpg,mypic2.jpg,mypic3.jpg" 
-  * Listing 2 "Base Image URL": **NONE!** 
-  * Listing 2 "Image List:" "mypic4.jpg,mypic5.jpg,mypic6.jpg" 
-</tip> 
- 
- 
-<tip c h> 
-  * Base Image Path (Step 1): **NONE!** 
-  * Listing 1 "Base Image URL": "http://example.com/images/" 
-  * Listing 1 "Image List:" "mypic1.jpg,mypic2.jpg,mypic3.jpg" 
-  * Listing 2 "Base Image URL": "http://example.net/media/pictures/" 
-  * Listing 2 "Image List:" "yourpic24.jpg,yourpic67.jpg,yourpic48.jpg" 
-</tip> 
- 
- 
-====Valid Image Paths==== 
- 
-The surest way to bulk upload an image is to give the uploader its fully-qualified, public URL (e.g. "http://example.com/images/mypic1.jpg"). If the image is already uploaded to the local server **AND** you are using the "Better Quality" (not "Faster") image upload method, you also have the option to specify the local path instead (e.g. "/var/www/html/images/mypic1.jpg") 
- 
- 
-=====Geographic Location===== 
- 
-You may use the bulk uploader to specify a geographic region for each listing. 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. 
  
 =====Storefront Category ID#===== =====Storefront Category ID#=====
Line 136: Line 111:
  
 You are not limited to pairs of options. I.e., **small+black+smelly=1** would work (though we don't recommend selling "smelly" shirts in the first place... ;) ) You are not limited to pairs of options. I.e., **small+black+smelly=1** would work (though we don't recommend selling "smelly" shirts in the first place... ;) )
 +
 +===== Automatic Title from Other Fields =====
 +
 +If you use the [[startup_tutorial_and_checklist:feature_configuration:field_configuration:site_wide_optional_fields:automatic_listing_titles|automatic title field from other fields feature as described here]] in the software you can still do that within the bulk uploader feature within a specific upload.  
 +
 +You would do field matching as normal through the second step to the bulk upload process and then set the fields to use for the title within step 3 of the bulk upload process.  So if you use site wide optional field 1, 2 and 3 to create your title you will need to populate those fields within step 2 of the upload process and then set those fields to populate the title within step 3 of the bulk upload process.  Look for the following within the step 3 page of the bulk upload process:
 +
 +{{ :addons:bulk_uploader:bulk_upload_config2.png?500 }}
 +
 +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:
 +
 +{{ :addons:bulk_uploader:bulk_upload_config3.png?500 }}
 +
 +
 +
addons/bulk_uploader/format_tips.1411664133.txt.gz · Last modified: 2014/10/01 16:30 (external edit)