2 Questions on import and mapping
-
Good Morning, I would like to ask:
I have a csv file I want to import, however there are no Post_Tilte Fields, nor is there a status field. There is a description content (for arguments sake lets say there is not)
This particular csv document contains addresses, however it is set up like this:
Number:
PO Box Number:
Street Direction Pfx:
Street Name:
Street Addl Info:
Street Direction Suffix:
City (Post Office):
State/Province:
County:
Zip:Lets say only a few of these contain values like this:
Number: 1015
Box Number:
Street Direction Pfx: S
Street Name: Mockingbird
Street Addl Info:
Street Direction Suffix: Lane
City (Post Office): Munsterville
State/Province: IL
County: Spot
Zip: ou812And I want the Post_Title to read:
1015 S Mockingbird Lane Munsterville IL ou812(1) Is there a way to combine mapping fields? or would I have to make an Array or Function or something?
(2) Is there a way to add more (like) import with Post Status >> i.e. I can import with post_staus, however can I import with Post_Category, Post_Date, Post_Parent without altering the csv file?Thank you for your help on this!
The topic ‘2 Questions on import and mapping’ is closed to new replies.