I need to provide a flat file for our mainframe dept to update user information, ie accountname. The mainframe sends us a delimited text file that is processed each evening with the MFMA(FileMA), FI/FS. I was under the impression that configuring an Outbound attribute flow on this MA would export the deltas to the export file setup during the Run Profile configuration. The Outbound Attr Flow only has two attribute flows, employeeID and accountName. The export file pretty much resembles the file that was used to import. Meaning the header row and ALL the data match. With the exception that it is at least flowing the data into the proper column in the file.
StudentNumber|FirstName|LastName|MiddleInitials|FullName|GradeLevel|PositionShort|MagnetCode|EnrollmentDate|StudentSchoolStartDate|StudentSchoolEndDate|StudentExitDate|RelationshipStatus|LocationDescription|StudentTeacherNumber|InternetAccessNeeded|SpecialEducationFlag|PriHandicappedCode1|SecHandicappedCode2|SecHandicappedCode3|SecHandicappedCode4|SummerSchoolFlag|SummerSchoolCampusNumber|SummerSchoolStartDate|SummerSchoolEndDate|PasswordExpirationDate|CN|InternetEmail|PasswordChangedFlag|HOLD
9999999|Aashiyana|Khetani||Khetani, Aashiyana|10|014||20140825|20140825|20150604||1|XanaduHS||Y|N|||||N||AKhetani0215|19991031|20150605||||
What I expected to see ( only adds/renames)
StudentNumber|SummerSchoolEndDate
9999999|AKhetani9999
Any help would be appreciated.
-Charles