Preview:
let
    Source = Csv.Document(File.Contents("C:\Users\Marchand.Olivier\Desktop\PLT_BYTEL_PROJETS_DEMANDE_SDL_20240523_062724.csv"),[Delimiter="¤", Encoding=1252]),
    #"En-têtes promus" = Table.PromoteHeaders(Source, [PromoteAllScalars=true]),
    #"Type modifié" = Table.TransformColumnTypes(#"En-têtes promus",{{"NUM_PROJET", type text}, {"NUM_TACHE", type text}, {"NUM_DO", type text}, {"NUM_DEMANDE_SDL", type text}, {"TYPE_LIEN", type text}, {"CSG", type text}})
in
    #"Type modifié"
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter