Before you build a production object, determine the format of the incoming transaction. You need to know what data is in the input transaction, and, either what separates one piece of data from another, or the length of the piece of data. For this example, this is the incoming transaction:
John Smith|114 Center Ave|Pacheco|ca94553|123456789|758.15
This input transaction has seven pieces of data with each piece separated by a “|” symbol, except for the state data (“ca”) which has no separator because it will always be two characters in length.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |