Hello
**Topic:** I would like to create a new index with some extract fields which are not in my initial index
**Description :**
I have an index and I create new fields with a python script
index "A"
name
last_name
otherinformation
search : index="A" | script python extractname
name last_name adress zipcode
**What I need ?**
I would like create a new index with all the columns .
search : index="A" | script python extractname | table * | collect index="B"
but in my new index I just see name last_name otherinformation
Have you an idea ?
↧