Sage 100

 View Only
  • 1.  VI import of items with extended desc

    Posted 15 days ago
    Edited by Brett Zimmerman 15 days ago

    I need some help with an items import job with extended descriptions.  For example, item ABC123 has a regular item description of ABC123, but the extended desc is as follows (i.e. incl carriage returns / line breaks), and I cannot figure out a way to do it.  I think this might be similar to @Michele Herzog's post from a little ways back.  Although I have the carriage returns working in the extended desc, the issue here is when a carriage return/line break is present within the first 30char of the item desc, which the system does allow you to enter in that manner manually.

    ABC123
    Part # ABC123
    Machine GP sealed battery, 696 AH @8 hr. rate



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 2.  RE: VI import of items with extended desc

    Posted 15 days ago
    Edited by Brett Zimmerman 15 days ago

    Although I have the carriage returns working in the extended desc, the issue here is when a carriage return/line break is present within the first 30char of the item desc, which the system does allow you to enter in that manner manually.



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 3.  RE: VI import of items with extended desc

    Posted 15 days ago

    Extended descriptions are not intended to be managed separately from the normal description field... they are just the overflow, if the description runs long.

    Did you try to pad what you want as the regular description to 30 characters?



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 4.  RE: VI import of items with extended desc

    Posted 15 days ago

    Thanks, @Kevin Moyes.  I have not tried the PAD function, but is that really possible in this case since we can't touch the reg desc and ext desc separately?



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 5.  RE: VI import of items with extended desc

    Posted 15 days ago

    I wasn't referring to the function... just a potential strategy for manipulating the source data:



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 6.  RE: VI import of items with extended desc

    Posted 15 days ago

    Ooooh, I think that might work, and be better than having to fix the 4,000 items with a carriage return in the first 30char. 

    Hey btw, @Kevin Moyes, what's the big idea including pipes in your above sample?  You were the one who previously steered me away from pipe (on multiple occassions), and use a carat instead.  :)



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 7.  RE: VI import of items with extended desc

    Posted 15 days ago
    Edited by Kevin Moyes 15 days ago

    Your linked example in the top post used "|" as the replacement character... so it was fresh in my mind when typing that out. 

    Yes, it is best to avoid this character in VI jobs because it messes up the VI job maintenance column settings on screen. 

    "^" is better for sure.



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 8.  RE: VI import of items with extended desc

    Posted 15 days ago

    So you are recommending putting the carat before the stick?

    So how do you save an Excel tile as text with the Carat separator?



    ------------------------------
    Jeff Schwenk
    Owner
    Bottomline Software, Inc.
    Waynesboro VA
    (540) 221-4444

    Improving bottom lines for over 25 years!
    ------------------------------



  • 9.  RE: VI import of items with extended desc

    Posted 15 days ago
    Edited by Kevin Moyes 15 days ago

    This "^" is for replacing CRLF, not a separator.  (I edited my comment to clarify).

    When I use "^" as a separator I am usually creating the file by script, or exporting text from a report.



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------