Ledger Master Import From Excel

Discussion in 'Tally Integration' started by Punit, Jan 21, 2022.

    
  1. Punit

    Punit New Member


    Need help to understand that how to import ledger master with multi line address through excel.

    I have 3 different columns in which address is saved.
    Please help me out for the same.


    Thanks for all members for the support given for new developers.
     


  2. kosi

    kosi Member


    Make an effort and we will help you
     


  3. sattam

    sattam Active Member


    Try Like This

    08a : Insert Collection Object : ADDRESS
    08a1 : If:NOT $$isempty:$NSLedAdd1
    08a2 : SET VALUE : Address : $NSLedAdd1
    08a3 : END IF
    08a4 : Set Target:..

    08b : Insert Collection Object : ADDRESS
    08b1 : If:NOT $$isempty:$NSLedAdd2
    08b2 : SET VALUE : Address : $NSLedAdd2
    08b3 : END IF
    08b4 : Set Target:..
     


  4. Sai Vineeth

    Sai Vineeth Active Member


    you are using XML API or TDL?
     


  5. Punit

    Punit New Member


    using tdl. Xml I have generated.

    Thanks for support to all of you.
     


Share This Page