How to transliterate various indian language scripts into english in SAP HANA?

Hi All,
We're trying to perform matching of Indian names in two different tables. In this, the two tables may contain names in different languages. For example, the table1 may contain the names in English and the table2 may contain the names in Hindi, Tamil, Bengali etc.,
Now we want to know the method for matching the names between the two tables irrespective of their language and script.
So, we decided to transliterate any other language to english and match them. But, we're unable to find any method/AFL in HANA.
Please help us with some methods to transliterate a text in english or any other method to compare two texts in different lanugages.
Regards,
Sabarish

Do these tables have a field called SPRAS (language key) available?
-Patrick

Similar Messages

  • How can I change the language back to English on Appstore?

              I just recently upgraded my Ipod touch to iOS 5.0.1 and after that the language of applications Appstore & Itunes was set to French, while everything else is in English -as it is supposed to be as before the upgrade everything was in English-.
              Currently the Language set on my Ipod is English (From Settings->General->International->Language->English).
              The account for Appstore is not linked to any credit card it is a an account to only download free applications.
                  How can I set the language back to English?
    Thanks a lot,

    Is the address on your account based in France ? The language of the stores should reflect the language of the country where your account is based, which isn't necessarily the same language as you've set on the device.
    If your account isn't based in a French spealing country, then try logging out of the account (via Settings > Store) and then log back in (and also make sure that your address is correct and complete), and see if the language of the iTunes and App Store the reflect the language of the country where your account is based.

  • How do I change the language back to english as it is running in chinese

    How do I change the language back to English as it is running in Chinese?

    On your keyboard, press the CTRL and the , (comma) keys at the same time
    You will see a box like this:
    Stay on the first tab (as shown) and select the drop-down menu as arrowed
    English (UK variety) is the fifth one from the top. US variety English is the sixth one
    Select your choice and click on OK
    There will be an additional piece of text under the menu now; it simply tells you that you need to close and re-open iTunes for the language change to take effect.
    That's it!

  • How do I change the language back to english as it is running in dutch

    how do I change the language back to english as it is running in dutch in error at the moment. I have uninsatlled and reinstalled itunes to no avail

    Launch iTunes. If you don't currently have your menu bar up, go control-B to bring it up. Now from the "Berwerken" menu select "Voorkeuren...", as per the following screenshot:
    That gets you through to the preferences tabs. Now in the "Algemene" tab, go down to the "Taal" drop down menu. Select one of the two "Engels" entries (one is English UK and one is English US), as per the following screenshot:
    ... and click "OK".
    Quit and restart your iTunes and you should now be seeing English again.

  • I set up the primary language to English while initializing the MBP, but at the log-in page, the language appears to be a foreign language I don't use, after restart, the language turned into English, has anyone come across the same problem

    I set up the primary language to English while initializing the MBP, but at the log-in page, the language appears to be a foreign language I don't use, after restart, the language turned into English, has anyone come across the same problem, and is that normal?

    i have a similar problem...It seems to be tied to my guest account. It is set to Japanese as primary language but my main login is set to English. I tried changing the guest account to english but the change won't hold. It always reverts to Japanese.

  • How to install Kannada (Indian language) font on to Photoshop cc?

    I am unable to type a text in Kannada (Indian) language in Photoshop CC. Need help.

    Fonts are installed into your operating system Font folder
    For Windows instructions, search http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US

  • How can I change  the language spanish to english

    I want to change spanish language to english, but I can´t.  I opened the ATM Languege and tried to create a new TXT in english and ereased other two en spanish. However when I re opened premiere (in english) and put a video in te time line, i couldn´t use the keyboard
    So, how can I change the language?
    Help me please

    How to change language in adobe Premiere Pro CS6 (Any language to English) - YouTube

  • How to change the unload priority of a table in SAP HANA?

    Hi Experts,
    How we can change the unload priority of a table in SAP HANA? I know by default the priority is 5. Is there any way so that we can check the unload priority of a particular table in HANA studio? Is there any SQL statement to get the same?
    Please suggest.
    Thanks in advance.
    Regards,
    Arindam

    Hello Arindam,
    Just for the future:
    ALTER TABLE - SAP HANA SQL and System Views Reference - SAP Library
    To check before hand:
    select
    table_name, unload_priority from SYS.TABLES
    where table_name = '<Your Table>'
    To Make the change:
    alter table <Your Table>unload priority <Priority You Want>.
    As you have asked in the BW on HANA section I assume you're on BW and you could also have checked this with tx SE14.
    Hopefully the above gives you everything you need.
    Kind Regards,
    Amerjit

  • Scripts to start stop SAP HANA

    Hi Everyone,
    I need to call the script to stop and start sap hana via API. Does any one knows about any API that can be used to do this. I am aware of CLI but I need some API like REST API or XS which will help to do the os level triggering.
    Thanks,
    Amogh Jadhav

    Rodrigo,
    esse espaço é de HANA em Portugues.
    Por favor, refaça a pergunta em Português e/ou pergunte no espaço de HANA em inglês:
    SAP HANA and In-Memory Computing
    Vou bloquear essa thread agora.
    Abs,
    Henrique.

  • How to write errors in sqlplus script into logging table?

    Hi,
    I am having sqlplus script which do some DDL and DML statements.
    Now is there any way to logg errors which pop up when the script is esxecuting?
    For example something like:
    WHENEVER SQLERROR EXIT SQL.SQLCODE
    BEGIN
    /* SOME DDL OR DDL */
    CREATE TABLE A
    COL_1 NUMBER,
    COL_2 NUMBER
    /* Wrong sql statement */
    INSERT INTO TABLE_DOWS_NOT_EXISTS(....);
    EXCEPTION WHEN OTHERS THEN
    INSERT INTO logging_tbl (error_description) VALUES(SQL.SQLCODE);
    END;
    I know, this one will tell sqlplus to exit with sql error code without trapping into exception section, but is there any way to handle it?
    Thanks

    An approach would be to enable spooling in the beginning of your script. Wrap dbms_output into an error_log procedure. The error_log should simple write an errorcode + message to the prompt.<br>Afterwards - a search batchjob or manual search for errorcode occurances in the script spool file(s) should reveal the outcome.

  • How to insert various number of values into a table

    Hi
    Im devoloping application using swing components..How can i insert values from JTextField to table if the form contains number of textfield(more than 30) and JRadioButtons(Radio Buttons are in button group).
    thanks in advance.

    Hi
    i designed a form with 58 Textfields. i want to get data from those fields and i have to store those into a database table. how can i do that .is there any simple way to do that?. do you have any example code? pls give me...

  • How can I change the language back to English on AppsGoneFree App?

    While on the  "Apps Gone Free" app I have downloaded on my iPhone, I accidentally hit something that changed the language from English to another language and I can't tell how to change it back. I can't find anything I hit to be able to go back to. I don't want to repay to download it again, so if any one has any idea I'd appreciate it. I even tried finding out how from the googled site, which I think took me to iTunes.

    I just figured it out.  tap on the title bar at the top of the screen where it says "AppsGoneFree".  it brings up the language setting menu!

  • HT4914 How do I switch my language back to English?

    How do i switch my la guste Back todo english in Apple store on my IPad?

    Hello Hotcoco41,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes: Changing the display language
    http://support.apple.com/kb/ht2242
    No matter what you set your language to, some content on the iTunes Store (such as album names and movie names) will still display in their original language
    Best of luck,
    Mario

  • German language changed into english after upgrade but wont re-change

    the option in settings is still on german but the whole iTunes is english after i upgraded to the 7.4.3.1 version.
    whats that?

    I need to be sure I haveunderstood correctly.
    You know that if you go to Edit>>Preferences>General you can set your language, then you have to restart iTunes for the change to take effect.
    So you have set you language to Genrman and it stays in English?
    Something that has worked for someone esle is to do a repair install of iTunes.
    Go to Control Panel>>Add remove programs.
    Select iTunes and press Change. Then Choose repair.

  • I originally downloaded Firefox in French when living in France. How can I change the whole site into English?

    I would like my Firefox to run completely in English. However, when I originally downloaded Firefox, I was living in France and it automatically downloaded a French version. Do I need to start over again in order to have a 100% English language version of Firefox?

    If you have the Firefox user interface (menu bar) in the wrong language or want to change the current language then you can get Firefox in the language of your choice here:
    * http://www.mozilla.com/firefox/all.html
    Uninstall the current Firefox version, but make sure that you do not remove your personal data.
    Install the new Firefox version of the wanted language.
    See also http://kb.mozillazine.org/Profile_backup and [[Backing up your information]]
    You may need to (re)set the pref "general.useragent.locale" to the preferred language (e.g. "en-US" or "en-GB") on the about:config page.<br />
    You can open the about:config page via the location bar, like you open a web site.<br />
    Use the Filter bar at the top of that page to quickly locate the pref.

Maybe you are looking for

  • Where are my ipad apps

    i bought some ipad apps but cannot find them on my ipad?

  • ATA vs. Solid State HD

    Hello, On the Apple Store site it says under MacBook Pro hard drive options "..Or you can choose a solid-state drive that offers greater durability." Is the only advantage of solid state durability? I can't imagine spending an additional $750 for mor

  • Can't view flv (progressive download) in Captivate 3

    I've been trying to link to an .flv file in my Captivate 3 project, and I believe I'm doing everything right. However, when I preview or watch the published swf the .flv does not appear at all. It does appear on my slide along with the playback contr

  • Upgrade from 7.5.00.32 to 7.6.x.x

    I'm planning to upgrade a database from 7.5.00.32 to 7.6 however it's not clear what the current supported MaxDB 7.6 patch level is. On the marketplace I can find both MaxDB 7.6.00.35 and also 7.6.02.16. Are both of these valid upgrade targets, suppo

  • Photo Stream Disappeared on Laptop

    I just updated to Itunes 11.1 on my Dell laptop. Before the update I had a "PhotoStream" folder that contained all of the photos on my IPhone. After the update I now have a folder called "ICloud Photos" but there are only 23 photos in the folder. Doe