I am Trying to create a new Core in Solr and import data into it, but I am displaying this data on Kendo grid and I need to display data from one column from the DB in two different fields(columns)
Here is the Data in the column that i need to split into two different columns
10680756-1000-RAT
I need to split the "10680756" in 1 called called A and in another column called B
this is my data config and schema
<entity name="myTable" pk="testingId"
query="select * from myTable"
>
<field column="codeStatus" name="codeStatus"/> (this column has the data "10680756-1000-RAT")
I need to show it like:
Code Status A B
10680756-1000-RAT 10680756 1000