xmlsquad / gsheet-to-xml

Given the url of a Google Sheet, this Symfony Console command fetches the Google Sheet and outputs it in the form of Xml.
Apache License 2.0
3 stars 1 forks source link

I wonder if the `is-recursive` option/feature is implemented? #11

Closed forikal-uk closed 6 years ago

forikal-uk commented 6 years ago

I am working through the code again

See my notes in this comment

as you can see in that comment, I notice that the drive-url description says:

drive-url The URL of the Google Drive entity (Google Sheet or Google Drive folder). is-recursive: if the Google Drive entity is a Google Drive folder, this option specifies whether or not to recurse through sub-directories to find sheets.

So the is-recursive option seems to be mixed into the description of the drive-url option.

Is this a misunderstanding of the spec?

I wonder if the is-recursive option/feature is implemented? If so, what is the option to toggle the behaviour to either recurse or not recurse through sub-directories?

forikal-uk commented 6 years ago

I'll add some sub-directories to the test fixtures just as a reminder for me.

I have added some folders to the TestFixtures folder.

FolderLevel2
  FolderLevel3
forikal-uk commented 6 years ago

Yes. The recursive feature is now added.