How to specify json target key for ner.manual

I have a dataframe and change all the value into jsonl. But the dataframe have multiple column for example "text,date,name" but the ner annotation I only need the "text" column. Can we specify the target column and after annotate when run db-out I can see all the value of date and name?

Hi @dwisaji, if you want to include the date and name in your input data, perhaps storing it inside a meta key should work? What will happen is that the value of the meta column will be added as a meta key within that dictionary.