Hi experts,
I have spanish ticket data in csv file. is there any API I can use to translate this data ? Is it available in current elastic product.?
Elasticsearch does not translate content (though you can use a synonym filter but I'd not consider this as text translation).
You should solve that problem before indexing in elasticsearch.
Thanks David, Is there anything I can use for translation. may be out of elastic products ?
Something like google translate API May be? Not sure if this does exist though.