I have a josn file with below data:
[ {
"City": "0miya-ku",
"Company": "3COM",
"Country": "ARUBA",
"CountryCodeIso2": "AF",
"CountryCodeIso3": "AFG",
"LastName": "AABERG",
"Gender": "Male"
},
{
"City": "0saki-shi",
"Company": "3M",
"Country": "AFGHANESTAN ",
"CountryCodeIso2": "AX",
"CountryCodeIso3": "ALA",
"LastName": "AABY",
"Gender": "Female"
},
{
"City": "100. Yıl",
"Company": "A C NIELSEN",
"Country": "AFGHANISTAN",
"CountryCodeIso2": "AL",
"CountryCodeIso3": "ALB",
"LastName": "AADLAND",
"Gender": "M"
}
]
I wanted to index in elasticsearch how i can do that.