I build an iOS App with Swift 4 and would like to import text files (CSV) from the iOS Files app (since iOS 11) into my app. Next step would be to parse the text into an a json, dictionary or array. It depends on the content. I just need read rights.
Does someone has an idea how to do it? I haven’t found any tutorial yet.
UPDATE: My question is, how to get and use an “open file dialog” to select a text file. I removed read from the title.