Search Unity

Question Is it possible to ignore a row from a google sheet import?

Discussion in 'Localization Tools' started by CDF, May 22, 2023.

  1. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    We would like to ignore some rows from a google sheet import.
    Something like prefixing the row with a comment delimiter: "// Ignore This Row"

    Is there anyway we can code this functionality using the localization package (1.3.2)?
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,283
    If you leave the Key and Key id cells empty then it should ignore those rows.
    Thats the only way to do it at the moment.
     
    CDF likes this.
  3. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    Ok no problem. We can work with that
     
    karl_jones likes this.