Search Unity

Question Encountering issues when importing CSV to string table

Discussion in 'Localization Tools' started by matthewmok, Jul 19, 2021.

  1. matthewmok

    matthewmok

    Joined:
    May 27, 2021
    Posts:
    7
    Hi, I have been trying to use CSV to update localization string table outside of Unity.
    I have exported the original CSV from String Table Collection and use that as the base CSV file to input any localization key-value I needed.
    However, when I try to import that file to Unity, it is either not responding or failed immediately. May I know what's wrong about my steps to import CSV to Unity?

    upload_2021-7-19_14-5-21.png
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,297
    Can you compare the original export and the new one? Some tools will change the commas into different characters which will break things.
     
  3. denis_bogdanov

    denis_bogdanov

    Joined:
    Apr 20, 2015
    Posts:
    144
    https://issuetracker.unity3d.com/is...-importing-slash-exporting-localization-files
     
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,297
    matthewmok likes this.
  5. matthewmok

    matthewmok

    Joined:
    May 27, 2021
    Posts:
    7
    The CSV file can correctly update the string table in Unity during import as expected. So it is just a matter of UI display from the reporter, am I correct?
     
  6. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,297
    Ah in that case then it is the bug that was linked ;)
    Yes the table will be fine, its just a bug in the reporter.
     
    matthewmok likes this.