ContributionsMost RecentMost LikesSolutionsRe: How to check list of string present Another Column There is a slight requirement change. I have to check guam column values in 360 columns and if all values of guam present in 360 then return true else false “360”: “A,B,C,D,F” Guam": “A,B,C,D” How to check list of string present Another Column Hi, I have one requirement in this there is one API return list of values comma separated and Another column coming from Snowflake and I need to compare and generate a flag Note : order of strings are not fixed Example Column1: [‘STRING1’,‘STRING2’,‘STRING3’,‘STRING4’] Column2: [‘STRING1’,‘STRING2’,‘STRING3’,‘STRING4’] Fixed Width Formatter Generate Blank file Hi, I am using fixed width formatter in my pipeline and If I don’t have any data in the source and fixed formatter generates one output and create a blank file. Do we have any other functionality similar to ignore empty stream. Rest get snap pagination nexturl issue Hi, I am trying to Update the below url in rest get snap and want to add filter on date in place of Days. URL I am Using : _JiraHost+“/rest/api/2/search?maxResults=50&startAt=”+(parseInt($entity.startAt)+50)+“&jql=project+in+(”+_project.replaceAll(’ ‘,’+‘).replaceAll(’“‘,’%22’)+”)+AND+Created%22+%3E±"+_days+"d" Need to add created Date:AND createdDate > “+_InputDate+” AND createdDate < “+_CurrentDate+”" Need to split json api response Hi, I have the below api response and I need to split the Issue field Can please help me with this. SolvedOw can we pass array in pipeline parameter Hi, I am trying to use an array in the pipeline parameter and need to pass the child mapper and array is converted into String. [ “SENDING_PLAN”, “TRACKING_PLAN” ] Re: How to Read and Parse .DBF file @matthias.voppichler You need to use Custom Snap for DBF file Parsing. In SnapLogic has not provided any Snap for DBF file Parsing as of now How to configure rest post snap from curl How to configure rest post snap from curl Re: Child and Parent pipeline having count issue pipeline runtime id: SnapLogic Designer Re: Child and Parent pipeline having count issue @ptaylor Can you please explain me “Can you please provide a link to the parent execution?” Highlighted pipeline execute calling same child pipeline.