Hi,I have created the ff schema and i am converting the ff document to string using pub.ff.covertToString service. we are using delimiter flat file schema .But here twist is the values written in file should be some limited length only.so for example:ffDoc is having 2 fields 1)Name (value=abcd)& 2) Department (value=xyzpqrst)Now i am converting this into string and writing into file which we need to send to third party system. but they are having restriction on fields.Like they say that maximum length of value of Name field should be 3 char && max value for Department filed should be 5 char…In all they wants like:NameabcDepartmentxyzpqSo can i impose any rule on schema to achieve this??Please suggest me best way…Thanks
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods