Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip X Number of Rows Property #6

Closed
Industry4 opened this issue May 17, 2023 · 1 comment
Closed

Skip X Number of Rows Property #6

Industry4 opened this issue May 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Industry4
Copy link
Owner

Industry4 commented May 17, 2023

In the settings area allow the user to set the number of rows to skip. Often this will be 1 to skip the Heading Row.

  • Add a new Property called Skip to FileImporterProperties.cs, use the type int?
  • Set this value to zero in the FileImporterComponent constructor.
  • Change UpdateProperties to check for any updates.
  • Add the new property to the View Model as a int. You can get the value of the int? by using Skip.Value.
  • Display the new option within the html using the <input type="number">
  • Change the Import logic to skip the Rows
@Industry4 Industry4 added the enhancement New feature or request label May 17, 2023
@Industry4 Industry4 added this to the 1.0.2 milestone May 17, 2023
@Industry4 Industry4 changed the title Skip First Row or Apply a Range Skip X Number of Rows Property May 26, 2023
JBJ05 added a commit that referenced this issue May 26, 2023
@JBJ05 JBJ05 closed this as completed May 26, 2023
@Industry4
Copy link
Owner Author

User Interface

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants