Transform the contents of the sourceFile and write them to the destFile.(use only if you need the array of the transformed records, TransformFileAsync is faster)
[Visual Basic] Public Function TransformFile( _ ByVal sourceFile As String, _ ByVal destFile As String _ ) As Object()