ContributionsMost RecentMost LikesSolutionsRe: How to find the incoming data format (like json or xml) dynamically Hi @AleksandarAngelevski In your pipeline, from where you are providing the content-type field in binary router snap. I am not able to get that. I am facing an error if I gave like you. In postman I am giving the input data like below: And the headers are: Can you please suggest, if I did in a wrong way. Thanks in advance. Re: How to find the incoming data format (like json or xml) dynamically Hi @koryknick Based on content-type only will route the data in Binary Router snap. But how to get that field, I am giving the incoming data from postman. I am not able to get that. Please help me with this. How to find the incoming data format (like json or xml) dynamically Hi everyone, I am passing the data from postman and I need to route the data based on the incoming data whether it is json or xml. Based on this, I have to do the other logics. So my issue was, how to find the incoming data format? For this I have tried some ways but those are not worked for me. Can you please anyone help me with this. Thanks in advance. Re: How to find incoming data format(json,xml) dynamically in pipeline input view? Hi @mina , In previous reply, you have mentioned like through router snap using content-type field routed the data. I am trying to route the data based on content-type. But I didn’t get the content-type. Can you please help me with this. How to get that content-type data? Thanks in advance. Re: Group By N Thankyou @AleksandarAngelevski Re: Value increment for each execution Thank you @Dheeraj Re: Value increment for each execution Hi @AleksandarAngelevski , Can you please help me on this. Thanks in advance. Value increment for each execution Hi In Database i have field called “Product_ID” i need to update the field with ‘P-00001’ when i execute the first time and Second time when i execute the field should be updated with ‘P-00002’ please give me an solution how to implement using which snap. Thanks in Advance !! Re: Group By N Hi @AleksandarAngelevski , Thanks for the solution. In JSON, we have 12 records. Coming to CSV files I am getting only 2 files with 5 records each. Here we are losing 2 records. Is there any solution for this. Thank you. Group By N Hi, I am building a pipeline where I am getting the 100 records. And I want to group 5 records and send the file to FTP. Here, for grouping 5 records I have used group by N. After this, I am unable to format the CSV data. In csv formatter, I am getting the below error. Can you please anyone help me on this. After group by N, how to format that data to CSV data.