Guest User

Untitled

a guest
Mar 14th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. File Protocol: SFTP
  2. Host Name: ftp.test.com
  3. Port Number: 22
  4. Username: Test1
  5. Password: XXXX
  6.  
  7. let
  8. Source = Csv.Document(File.Contents("C:UsersDocumentsWinscpacct_dept.dat"),[Delimiter="|", Columns=7, Encoding=1252, QuoteStyle=QuoteStyle.None]),
  9. #"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}, {"Column2", type text}})
  10. in
  11. #"Changed Type"
Add Comment
Please, Sign In to add comment