Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DBS-Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iso
DBS-Project
Commits
dedf2b08
Commit
dedf2b08
authored
Jun 1, 2017
by
Ivan Condric
Browse files
Options
Downloads
Plain Diff
ä in ae
parents
9df77927
026c8d50
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
iteration2/cleaner.java
+15
-0
15 additions, 0 deletions
iteration2/cleaner.java
with
15 additions
and
0 deletions
iteration2/cleaner.java
+
15
−
0
View file @
dedf2b08
...
...
@@ -75,9 +75,15 @@ public class Cleaner {
/**
* Iteriert ueber jede einzelne Zeile des CSV-files und
<<<<<<< HEAD
* beurteilt, ob die relevanten Spalteneintraege korrekt sind.
* Beinhaltet außerdem einen counter id, der zu jeder Tweet-
* Zeile hinzgefuegt wird, um einen besseren Primaerschluessel zu haben
=======
* beurteilt, ob die relevanten Spalteneinträge korrekt sind.
* Beinhaltet außerdem einen counter id, der zu jeder Tweet-
* Zeile hinzgefuegt wird, um einen besseren Primärschluessel zu haben
>>>>>>> 026c8d506e2fe3f7508be8129ff7c7d50c608900
*/
private
String
[]
makeCleaned
(
CSVReader
reader
,
String
[]
cleaned
)
throws
IOException
{
String
[]
tweet
;
...
...
@@ -92,8 +98,13 @@ public class Cleaner {
}
/**
<<<<<<< HEAD
* ueberprueft, ob das Handle tatsaechlich einer der
* Praesidentschaftskandidaten ist
=======
* ueberprueft, ob das Handle tatsächlich einer der
* Präsidentschaftskandidaten ist
>>>>>>> 026c8d506e2fe3f7508be8129ff7c7d50c608900
*/
boolean
validPolitician
=
false
;
...
...
@@ -129,7 +140,11 @@ public class Cleaner {
}
/**
<<<<<<< HEAD
* ueberprueft, ob time einen tatsaechlichen
=======
* ueberprueft, ob time einen tatsächlichen
>>>>>>> 026c8d506e2fe3f7508be8129ff7c7d50c608900
* timestamp darstellt
* Da alle Timestamps in der Form "yyyy-MM-ddT HH:mm:ss",
* also mit einem T, das nicht geparset werden kann, gegeben sind,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment