• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

data load attributes

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to load attributes (WSC7). The CSV contains the header that has some attributes, some columns of catentry, catentdesc.
id,sku,desc,status_code,prof
1100,MARX-101,some-description,N,LUX
2100,DIGI-102,some-other,U,DEX
In the CSV, id maps to canentry.partnumber, sku maps to parent catentry_id, status-code and prof maps to attributes. Can some one explain how to load the attributes into corresponding tables? I looked at the samples and some how I miss the connection. Is it correct that the tables that get updated are - ATTR, ATTRDESC, ATTRVAL, ATTRVALDESC and CATENTRYATTR ? And also CATENTRY and CATENTDESC. How to load entries into attr-related tables? Thanks for your response.
-rb
 
permaculture is a more symbiotic relationship with nature so I can be even lazier. Read tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic