Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: SWIFT MT103 Message

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb SWIFT MT103 Message

    Any one help write a java code to sort the MT103 message below in to various fields

    {1:F21AZANTZTZAXXX3269088750}{4:{177:1301181400}{4 51:0}}
    {1:F01AZANTZTZAXXX3269088750}
    {2:O1031442130118TANZTZTXAXXX59346719251301181500N }
    {3:{103:TIS}{108:0118PT0000000145}}
    {4:
    :20:50038699
    :23B:CRED
    :32A:130118TZS500000,
    :50K:/9921183501
    Ep.9. CPS Recurr Exp Electronc
    BOT
    Bank of Tanzania
    DSM
    :52A:/9921183501
    TANZTZTX
    :59:/5111073009
    Simornes M. Simwela
    :71A:SHA
    :72:/REC/Metal Bills
    -}{5:{MAC:00000000}{PAC:00000000}{CHK:37F087A6B279} }{S:{SAC:}{FAC:}{COP}}


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: SWIFT MT103 Message

    sort the MT103 message below in to various fields
    Can you define how to sort the message text into the fields you want? Given a definition for where each of the fields is, then a java program could be written.
    Are the fields related to a line in the text?
    Are the fields fixed length or delimited by some special characters?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. warnning message : need help
    By aecosis in forum Java IDEs
    Replies: 5
    Last Post: May 1st, 2012, 06:42 PM
  2. what is -xlint message?
    By rush7610 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 21st, 2011, 10:36 PM
  3. Hello Message
    By shaik42 in forum Member Introductions
    Replies: 1
    Last Post: July 3rd, 2011, 10:02 AM
  4. Hello message
    By ceejaysoft in forum Member Introductions
    Replies: 1
    Last Post: March 17th, 2011, 04:18 AM
  5. help with a error message
    By JavaNoob82 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: January 23rd, 2010, 02:56 PM