I have 4 columns in excel: A, B, C, D right? But I need to sort it to make a comparison because it's all the disorganized information I explain:
Original Archive in .CSV (Disorganized Information)
A(Inglês) B (Tradução) C(Inglês) D (Trad.)
"xxx.yyy.Hello" "Oi" "xxx.yyy.Text" Texto
"xxx.yyy.Green" "Verde" "xxx.yyy.Hello" Hello
How would you like it to look like this:
A(Inglês) B (Tradução) C(Inglês) D (Trad.)
"xxx.yyy.Hello" "Oi" "xxx.yyy.Hello" "Hello"
"xxx.yyy.Green" "Verde" "xxx.yyy.Text" "Texto"
In short, the values of fields A and C must be the same as to make comparison of translations easier.
NOTE: The file contains approx. 4000 rows in each queue (A, B, C, D). Is there any way to do this sorting in excel, plugin, etc ... Thank you!