-
Notifications
You must be signed in to change notification settings - Fork 8
Problem submitting a CSV as a google doc #2
Comments
I think I have managed to recreate this issue - This happens when I am providing the CSV path from nextcloud created and saved using Microsoft Excel.
|
So the problem in the first case was that the person was providing a URL to a google doc which was a CSV. I.e. it wasn't actually a CSV. The trick was to put it in a Google Sheet and publish the worksheet as a CSV. I can help you check the URL if you want to upload some dummy data and then share the URL? |
Hi Seb - I am anyway using dummy data. I will share the Nextcloud link through email - will come to your gmail account. The csv file I used is definitely CSV and infact I downloaded it from the googlesheet published CSV with no changes whatsoever. Will share it shortly. Once again many thanks for this tool. :) |
ok I have just shared the link to the CSV file.... although You will not be able to use it from your hosted solution because I have modified the code to accept other columns. Perhaps I should create a CSV file that works with FRS for your set-up. I have created one more csv with three columns so you can test. |
You should also note you won't be able to use your own version to actually submit a return until you submit it and get it approved by HMRC (I need to mention this in the docs). No reason why they wouldn't (they accepted my version after all) but it can take a while. |
yeah I have just received an email where they have asked to book a slot for providing demo - I have gone ahead and requested it. As a backup for this period I have asked my accountant to use some bridging software and get it submitted but for next time I would use this if they approve it. :) Thanks for the explanation - I will give it a shot with the "download" link. Please can I request you to edit the image in your response so the Nextcloud URL is not visible. Rest I guess might be useful for other users too. |
ok tested with the link on "Download" and then it works fine. This can be closed. By the way I have added a lot of information to the readme.md file on my fork which may be useful for anyone trying to deploy on their own - Feel free to add it here if you see fit. |
Thanks. Could you make a PR? Perhaps separating out the mysql stuff to a different file or something? |
Two problems here with PR - I don't quite know how to do it so I started trying but if I understood correctly PR will merge all changes on my fork to yours atleast for whole of the Readme.md if those changes are accepted. Now I have made some changes specific to the additional fields that are required for my fork to work - for instance the table structure - instead of 3 columns it is 8 columns. I could perhaps update it to show both versions but it might make it confusing for the end user. I then thought, ok I will create another fork and just copy paste stuff relevant to your original work but github wont let me make another fork. Your work is so nice and helpful that I want to be able to help somehow but my skills (or lack of it) lets me down. Will it help if I send an email with updated readme and associated images? |
Ha, fair enough! I've not looked over your code but it seems to me that supporting 8 columns rather than 3 would be useful for anyone? In which case it would potentially be fine to merge the whole lot (except the stuff about mysql). I'd be happy to make a PR myself based off your code, it's just I don't really have the time. If you just want to leave it then maybe I'll come back to it; if you want to try to make a PR I could try to help out. |
Ah the mysql part is quite independent of this tool really. All it does is instead of pulling numbers from another sheet on to a pivot like you are doing, it pulls the data from a database server where my invoice and expenses are maintained. Part of your code that I have modified is quite literally this - #3 (comment) Then when I pushed the build to Heroku, I figured I will have to update landing page where I have agreed with you 100% :) and also the image for spreadsheet and all other images in the readme doc. I will try and create a PR so once you get time you can compare stuff decide whether to merge the stuff or not. |
Someone is using a CSV which is a google doc to submit their return (link in my email) and is getting the folowing error:
The text was updated successfully, but these errors were encountered: